类 Framebuffer

java.lang.Object
mod.chloeprime.aaaparticles.client.internal.mc26_1.Framebuffer

public class Framebuffer extends Object
  • 字段详细资料

    • 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)