Class IMGFramebufferDownsample

java.lang.Object
org.lwjgl.opengles.IMGFramebufferDownsample

public class IMGFramebufferDownsample extends Object
  • Field Details

    • GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_AND_DOWNSAMPLE_IMG

      public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_AND_DOWNSAMPLE_IMG
      See Also:
    • GL_NUM_DOWNSAMPLE_SCALES_IMG

      public static final int GL_NUM_DOWNSAMPLE_SCALES_IMG
      See Also:
    • GL_DOWNSAMPLE_SCALES_IMG

      public static final int GL_DOWNSAMPLE_SCALES_IMG
      See Also:
    • GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SCALE_IMG

      public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SCALE_IMG
      See Also:
  • Method Details

    • glFramebufferTexture2DDownsampleIMG

      public static void glFramebufferTexture2DDownsampleIMG(int target, int attachment, int textarget, int texture, int level, int xscale, int yscale)
      void glFramebufferTexture2DDownsampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale)
    • glFramebufferTextureLayerDownsampleIMG

      public static void glFramebufferTextureLayerDownsampleIMG(int target, int attachment, int texture, int level, int layer, int xscale, int yscale)
      void glFramebufferTextureLayerDownsampleIMG(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale)