Class Framebuffer

java.lang.Object
meteordevelopment.meteorclient.renderer.Framebuffer

public class Framebuffer extends Object
  • Field Details

    • texture

      public int texture
    • sizeMulti

      public double sizeMulti
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • Framebuffer

      public Framebuffer(double sizeMulti)
      Creates a new framebuffer with a custom size multiplier
      Parameters:
      sizeMulti - The multiplier for the size of the framebuffer
    • Framebuffer

      public Framebuffer()
  • Method Details

    • bind

      public void bind()
    • setViewport

      public void setViewport()
      Sets the viewport to the size of the framebuffer
    • unbind

      public void unbind()
    • resize

      public void resize()