Package net.minecraft.client.gl
Class SimpleFramebuffer
java.lang.Object
net.minecraft.client.gl.Framebuffer
net.minecraft.client.gl.SimpleFramebuffer
- Mappings:
 Namespace Name named net/minecraft/client/gl/SimpleFramebufferintermediary net/minecraft/class_6367official ezw
- 
Field Summary
Fields inherited from class net.minecraft.client.gl.Framebuffer
colorAttachment, depthAttachment, fbo, texFilter, textureHeight, textureWidth, useDepthAttachment, viewportHeight, viewportWidth - 
Constructor Summary
ConstructorsConstructorDescriptionSimpleFramebuffer(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 named <init>Lnet/minecraft/client/gl/SimpleFramebuffer;<init>(IIZZ)Vintermediary <init>Lnet/minecraft/class_6367;<init>(IIZZ)Vofficial <init>Lezw;<init>(IIZZ)V
 
 -