Package net.minecraft.client.gl
Class WindowFramebuffer
java.lang.Object
net.minecraft.client.gl.Framebuffer
net.minecraft.client.gl.WindowFramebuffer
- Mappings:
Namespace Name official dyz
intermediary net/minecraft/class_6364
named net/minecraft/client/gl/WindowFramebuffer
-
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 official a
Ldyz;a:I
intermediary field_33724
Lnet/minecraft/class_6364;field_33724:I
named DEFAULT_WIDTH
Lnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_WIDTH:I
-
DEFAULT_HEIGHT
public static final int DEFAULT_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector official b
Ldyz;b:I
intermediary field_33725
Lnet/minecraft/class_6364;field_33725:I
named DEFAULT_HEIGHT
Lnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_HEIGHT:I
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official l
Ldyz;l:Ldyz$b;
intermediary field_33726
Lnet/minecraft/class_6364;field_33726:Lnet/minecraft/class_6364$class_6366;
named DEFAULT
Lnet/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>
Ldyz;<init>(II)V
intermediary <init>
Lnet/minecraft/class_6364;<init>(II)V
named <init>
Lnet/minecraft/client/gl/WindowFramebuffer;<init>(II)V
-
-
Method Details
-
init
private void init(int width, int height) - Mappings:
Namespace Name Mixin selector official b
Ldyz;b(II)V
intermediary method_36802
Lnet/minecraft/class_6364;method_36802(II)V
named init
Lnet/minecraft/client/gl/WindowFramebuffer;init(II)V
-
findSuitableSize
- Mappings:
Namespace Name Mixin selector official c
Ldyz;c(II)Ldyz$b;
intermediary method_36804
Lnet/minecraft/class_6364;method_36804(II)Lnet/minecraft/class_6364$class_6366;
named findSuitableSize
Lnet/minecraft/client/gl/WindowFramebuffer;findSuitableSize(II)Lnet/minecraft/client/gl/WindowFramebuffer$Size;
-
supportsColor
- Mappings:
Namespace Name Mixin selector official a
Ldyz;a(Ldyz$b;)Z
intermediary method_36801
Lnet/minecraft/class_6364;method_36801(Lnet/minecraft/class_6364$class_6366;)Z
named supportsColor
Lnet/minecraft/client/gl/WindowFramebuffer;supportsColor(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z
-
supportsDepth
- Mappings:
Namespace Name Mixin selector official b
Ldyz;b(Ldyz$b;)Z
intermediary method_36803
Lnet/minecraft/class_6364;method_36803(Lnet/minecraft/class_6364$class_6366;)Z
named supportsDepth
Lnet/minecraft/client/gl/WindowFramebuffer;supportsDepth(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z
-