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(@NativeType("GLenum") int target, @NativeType("GLenum") int attachment, @NativeType("GLenum") int textarget, @NativeType("GLuint") int texture, @NativeType("GLint") int level, @NativeType("GLint") int xscale, @NativeType("GLint") int yscale)
      void glFramebufferTexture2DDownsampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale)
    • glFramebufferTextureLayerDownsampleIMG

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