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/WindowFramebuffer
intermediary net/minecraft/class_6364
official eyj
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static enum
private static class
-
Field Summary
Modifier and TypeFieldDescription(package private) static final WindowFramebuffer.Size
static final int
static final int
Fields inherited from class net.minecraft.client.gl.Framebuffer
colorAttachment, depthAttachment, fbo, texFilter, textureHeight, textureWidth, useDepthAttachment, viewportHeight, viewportWidth
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate WindowFramebuffer.Size
findSuitableSize
(int width, int height) private void
init
(int width, int height) private boolean
private boolean
Methods 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 named DEFAULT_WIDTH
Lnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_WIDTH:I
intermediary field_33724
Lnet/minecraft/class_6364;field_33724:I
official a
Leyj;a:I
-
DEFAULT_HEIGHT
public static final int DEFAULT_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named DEFAULT_HEIGHT
Lnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_HEIGHT:I
intermediary field_33725
Lnet/minecraft/class_6364;field_33725:I
official b
Leyj;b:I
-
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULT
Lnet/minecraft/client/gl/WindowFramebuffer;DEFAULT:Lnet/minecraft/client/gl/WindowFramebuffer$Size;
intermediary field_33726
Lnet/minecraft/class_6364;field_33726:Lnet/minecraft/class_6364$class_6366;
official l
Leyj;l:Leyj$b;
-
-
Constructor Details
-
WindowFramebuffer
public WindowFramebuffer(int width, int height) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gl/WindowFramebuffer;<init>(II)V
intermediary <init>
Lnet/minecraft/class_6364;<init>(II)V
official <init>
Leyj;<init>(II)V
-
-
Method Details
-
init
private void init(int width, int height) - Mappings:
Namespace Name Mixin selector named init
Lnet/minecraft/client/gl/WindowFramebuffer;init(II)V
intermediary method_36802
Lnet/minecraft/class_6364;method_36802(II)V
official b
Leyj;b(II)V
-
findSuitableSize
- Mappings:
Namespace Name Mixin selector named findSuitableSize
Lnet/minecraft/client/gl/WindowFramebuffer;findSuitableSize(II)Lnet/minecraft/client/gl/WindowFramebuffer$Size;
intermediary method_36804
Lnet/minecraft/class_6364;method_36804(II)Lnet/minecraft/class_6364$class_6366;
official c
Leyj;c(II)Leyj$b;
-
supportsColor
- Mappings:
Namespace Name Mixin selector named supportsColor
Lnet/minecraft/client/gl/WindowFramebuffer;supportsColor(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z
intermediary method_36801
Lnet/minecraft/class_6364;method_36801(Lnet/minecraft/class_6364$class_6366;)Z
official a
Leyj;a(Leyj$b;)Z
-
supportsDepth
- Mappings:
Namespace Name Mixin selector named supportsDepth
Lnet/minecraft/client/gl/WindowFramebuffer;supportsDepth(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z
intermediary method_36803
Lnet/minecraft/class_6364;method_36803(Lnet/minecraft/class_6364$class_6366;)Z
official b
Leyj;b(Leyj$b;)Z
-