Package net.minecraft.client.gl
Class WindowFramebuffer
java.lang.Object
net.minecraft.client.gl.Framebuffer
net.minecraft.client.gl.WindowFramebuffer
- Mappings:
Namespace Name named net/minecraft/client/gl/WindowFramebufferintermediary net/minecraft/class_6364official fgy
-
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, clear, copyDepthFrom, delete, draw, drawInternal, 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 named DEFAULT_WIDTHLnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_WIDTH:Iintermediary field_33724Lnet/minecraft/class_6364;field_33724:Iofficial aLfgy;a:I
-
DEFAULT_HEIGHT
public static final int DEFAULT_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named DEFAULT_HEIGHTLnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_HEIGHT:Iintermediary field_33725Lnet/minecraft/class_6364;field_33725:Iofficial bLfgy;b:I
-
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULTLnet/minecraft/client/gl/WindowFramebuffer;DEFAULT:Lnet/minecraft/client/gl/WindowFramebuffer$Size;intermediary field_33726Lnet/minecraft/class_6364;field_33726:Lnet/minecraft/class_6364$class_6366;official lLfgy;l:Lfgy$b;
-
-
Constructor Details
-
WindowFramebuffer
public WindowFramebuffer(int width, int height) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gl/WindowFramebuffer;<init>(II)Vintermediary <init>Lnet/minecraft/class_6364;<init>(II)Vofficial <init>Lfgy;<init>(II)V
-
-
Method Details
-
init
private void init(int width, int height) - Mappings:
Namespace Name Mixin selector named initLnet/minecraft/client/gl/WindowFramebuffer;init(II)Vintermediary method_36802Lnet/minecraft/class_6364;method_36802(II)Vofficial eLfgy;e(II)V
-
findSuitableSize
- Mappings:
Namespace Name Mixin selector named findSuitableSizeLnet/minecraft/client/gl/WindowFramebuffer;findSuitableSize(II)Lnet/minecraft/client/gl/WindowFramebuffer$Size;intermediary method_36804Lnet/minecraft/class_6364;method_36804(II)Lnet/minecraft/class_6364$class_6366;official fLfgy;f(II)Lfgy$b;
-
supportsColor
- Mappings:
Namespace Name Mixin selector named supportsColorLnet/minecraft/client/gl/WindowFramebuffer;supportsColor(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Zintermediary method_36801Lnet/minecraft/class_6364;method_36801(Lnet/minecraft/class_6364$class_6366;)Zofficial aLfgy;a(Lfgy$b;)Z
-
supportsDepth
- Mappings:
Namespace Name Mixin selector named supportsDepthLnet/minecraft/client/gl/WindowFramebuffer;supportsDepth(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Zintermediary method_36803Lnet/minecraft/class_6364;method_36803(Lnet/minecraft/class_6364$class_6366;)Zofficial bLfgy;b(Lfgy$b;)Z
-