Package net.minecraft.client.gl
Class SimpleFramebuffer
java.lang.Object
net.minecraft.client.gl.Framebuffer
net.minecraft.client.gl.SimpleFramebuffer
- Mappings:
Namespace Name official eoo
intermediary net/minecraft/class_6367
named net/minecraft/client/gl/SimpleFramebuffer
-
Field Summary
Fields inherited from class net.minecraft.client.gl.Framebuffer
colorAttachment, depthAttachment, fbo, texFilter, textureHeight, textureWidth, useDepthAttachment, viewportHeight, viewportWidth
-
Constructor Summary
ConstructorDescriptionSimpleFramebuffer
(int width, int height, boolean useDepth, boolean getError) -
Method Summary
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
-
Constructor Details
-
SimpleFramebuffer
public SimpleFramebuffer(int width, int height, boolean useDepth, boolean getError) - Mappings:
Namespace Name Mixin selector official <init>
Leoo;<init>(IIZZ)V
intermediary <init>
Lnet/minecraft/class_6367;<init>(IIZZ)V
named <init>
Lnet/minecraft/client/gl/SimpleFramebuffer;<init>(IIZZ)V
-