类 Framebuffer
java.lang.Object
mod.chloeprime.aaaparticles.client.internal.mc26_1.Framebuffer
-
字段概要
字段 -
构造器概要
构造器构造器说明Framebuffer(@Nullable String label, int width, int height, boolean useDepth, boolean useStencil) -
方法概要
-
字段详细资料
-
frameBufferId
public int frameBufferId -
width
public int width -
height
public int height
-
-
构造器详细资料
-
Framebuffer
public Framebuffer(@Nullable String label, int width, int height, boolean useDepth, boolean useStencil)
-
-
方法详细资料
-
getRenderTarget
public com.mojang.blaze3d.pipeline.RenderTarget getRenderTarget() -
getColorTextureId
public int getColorTextureId() -
getDepthTextureId
public int getDepthTextureId() -
resize
public void resize(int width, int height, boolean ignoredOnOsx) -
resize
public void resize(int width, int height)
-