Package net.minecraft.client.gl
Class WindowFramebuffer
java.lang.Object
net.minecraft.client.gl.Framebuffer
net.minecraft.client.gl.WindowFramebuffer
- Mappings:
Namespace Name intermediary net/minecraft/class_6364official egknamed 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 voidinit(int width, int height) private booleanprivate booleanMethods inherited from class net.minecraft.client.gl.Framebuffer
beginRead, beginWrite, checkFramebufferStatus, clear, copyDepthFrom, delete, draw, draw, endRead, endWrite, getColorAttachment, getDepthAttachment, initFbo, resize, setClearColor, setTexFilter
-
Field Details
-
DEFAULT_WIDTH
public static final int DEFAULT_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_33724Lnet/minecraft/class_6364;field_33724:Iofficial aLegk;a: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 intermediary field_33725Lnet/minecraft/class_6364;field_33725:Iofficial bLegk;b:Inamed DEFAULT_HEIGHTLnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_HEIGHT:I
-
DEFAULT
- Mappings:
Namespace Name Mixin selector intermediary field_33726Lnet/minecraft/class_6364;field_33726:Lnet/minecraft/class_6364$class_6366;official lLegk;l:Legk$b;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 intermediary <init>Lnet/minecraft/class_6364;<init>(II)Vofficial <init>Legk;<init>(II)Vnamed <init>Lnet/minecraft/client/gl/WindowFramebuffer;<init>(II)V
-
-
Method Details
-
init
private void init(int width, int height) - Mappings:
Namespace Name Mixin selector intermediary method_36802Lnet/minecraft/class_6364;method_36802(II)Vofficial bLegk;b(II)Vnamed initLnet/minecraft/client/gl/WindowFramebuffer;init(II)V
-
findSuitableSize
- Mappings:
Namespace Name Mixin selector intermediary method_36804Lnet/minecraft/class_6364;method_36804(II)Lnet/minecraft/class_6364$class_6366;official cLegk;c(II)Legk$b;named findSuitableSizeLnet/minecraft/client/gl/WindowFramebuffer;findSuitableSize(II)Lnet/minecraft/client/gl/WindowFramebuffer$Size;
-
supportsColor
- Mappings:
Namespace Name Mixin selector intermediary method_36801Lnet/minecraft/class_6364;method_36801(Lnet/minecraft/class_6364$class_6366;)Zofficial aLegk;a(Legk$b;)Znamed supportsColorLnet/minecraft/client/gl/WindowFramebuffer;supportsColor(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z
-
supportsDepth
- Mappings:
Namespace Name Mixin selector intermediary method_36803Lnet/minecraft/class_6364;method_36803(Lnet/minecraft/class_6364$class_6366;)Zofficial bLegk;b(Legk$b;)Znamed supportsDepthLnet/minecraft/client/gl/WindowFramebuffer;supportsDepth(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z
-