Package net.minecraft.client.gl
Class WindowFramebuffer
java.lang.Object
net.minecraft.client.gl.Framebuffer
net.minecraft.client.gl.WindowFramebuffer
- Mappings:
Namespace Name official dozintermediary net/minecraft/class_6364named net/minecraft/client/gl/WindowFramebuffer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static enumprivate static class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final WindowFramebuffer.Sizestatic final intstatic final intFields inherited from class net.minecraft.client.gl.Framebuffer
colorAttachment, depthAttachment, fbo, texFilter, textureHeight, textureWidth, useDepthAttachment, viewportHeight, viewportWidth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate WindowFramebuffer.SizefindSuitableSize(int width, int height) private voidinitSize(int width, int height) private booleanprivate booleanMethods inherited from class net.minecraft.client.gl.Framebuffer
beginWrite, checkFramebufferStatus, clear, copyDepthFrom, delete, draw, draw, endRead, endWrite, getColorAttachment, getDepthAttachment, initFbo, method_35610, resize, setClearColor, setTexFilter
-
Field Details
-
DEFAULT_WIDTH
public static final int DEFAULT_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official aLdoz;a:Iintermediary field_33724Lnet/minecraft/class_6364;field_33724:Inamed DEFAULT_WIDTHLnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_WIDTH:I
-
DEFAULT_HEIGHT
public static final int DEFAULT_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector official bLdoz;b:Iintermediary field_33725Lnet/minecraft/class_6364;field_33725:Inamed DEFAULT_HEIGHTLnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_HEIGHT:I
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official lLdoz;l:Ldoz$b;intermediary field_33726Lnet/minecraft/class_6364;field_33726:Lnet/minecraft/class_6364$class_6366;named DEFAULTLnet/minecraft/client/gl/WindowFramebuffer;DEFAULT:Lnet/minecraft/client/gl/WindowFramebuffer$Size;
-
-
Constructor Details
-
WindowFramebuffer
public WindowFramebuffer(int width, int height) - Mappings:
Namespace Name Mixin selector official <init>Ldoz;<init>(II)Vintermediary <init>Lnet/minecraft/class_6364;<init>(II)Vnamed <init>Lnet/minecraft/client/gl/WindowFramebuffer;<init>(II)V
-
-
Method Details
-
initSize
private void initSize(int width, int height) - Mappings:
Namespace Name Mixin selector official bLdoz;b(II)Vintermediary method_36802Lnet/minecraft/class_6364;method_36802(II)Vnamed initSizeLnet/minecraft/client/gl/WindowFramebuffer;initSize(II)V
-
findSuitableSize
- Mappings:
Namespace Name Mixin selector official cLdoz;c(II)Ldoz$b;intermediary method_36804Lnet/minecraft/class_6364;method_36804(II)Lnet/minecraft/class_6364$class_6366;named findSuitableSizeLnet/minecraft/client/gl/WindowFramebuffer;findSuitableSize(II)Lnet/minecraft/client/gl/WindowFramebuffer$Size;
-
supportColor
- Mappings:
Namespace Name Mixin selector official aLdoz;a(Ldoz$b;)Zintermediary method_36801Lnet/minecraft/class_6364;method_36801(Lnet/minecraft/class_6364$class_6366;)Znamed supportColorLnet/minecraft/client/gl/WindowFramebuffer;supportColor(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z
-
supportsDepth
- Mappings:
Namespace Name Mixin selector official bLdoz;b(Ldoz$b;)Zintermediary method_36803Lnet/minecraft/class_6364;method_36803(Lnet/minecraft/class_6364$class_6366;)Znamed supportsDepthLnet/minecraft/client/gl/WindowFramebuffer;supportsDepth(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z
-