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/SimpleFramebuffer
intermediary net/minecraft/class_6367
official fjs
-
Field Summary
Fields inherited from class net.minecraft.client.gl.Framebuffer
colorAttachment, depthAttachment, filterMode, name, textureHeight, textureWidth, useDepthAttachment, viewportHeight, viewportWidth
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleFramebuffer
(@Nullable String name, int width, int height, boolean useDepthAttachment) -
Method Summary
Methods inherited from class net.minecraft.client.gl.Framebuffer
blitToScreen, copyDepthFrom, delete, drawBlit, getColorAttachment, getDepthAttachment, initFbo, resize, setFilter
-
Constructor Details
-
SimpleFramebuffer
public SimpleFramebuffer(@Nullable @Nullable String name, int width, int height, boolean useDepthAttachment) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gl/SimpleFramebuffer;<init>(Ljava/lang/String;IIZ)V
intermediary <init>
Lnet/minecraft/class_6367;<init>(Ljava/lang/String;IIZ)V
official <init>
Lfjs;<init>(Ljava/lang/String;IIZ)V
-