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 feg
- 
Field Summary
Fields inherited from class net.minecraft.client.gl.Framebuffer
colorAttachment, depthAttachment, fbo, texFilter, textureHeight, textureWidth, useDepthAttachment, viewportHeight, viewportWidth - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.client.gl.Framebuffer
beginRead, beginWrite, checkFramebufferStatus, clear, copyDepthFrom, delete, draw, drawInternal, endRead, endWrite, getColorAttachment, getDepthAttachment, initFbo, resize, setClearColor, setTexFilter 
- 
Constructor Details
- 
SimpleFramebuffer
public SimpleFramebuffer(int width, int height, boolean useDepth) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/gl/SimpleFramebuffer;<init>(IIZ)Vintermediary <init>Lnet/minecraft/class_6367;<init>(IIZ)Vofficial <init>Lfeg;<init>(IIZ)V
 
 -