Class NVGetTexImage

java.lang.Object
org.lwjgl.opengles.NVGetTexImage

public final class NVGetTexImage extends Object
  • Field Details

    • GL_TEXTURE_WIDTH_NV

      public static final int GL_TEXTURE_WIDTH_NV
      See Also:
    • GL_TEXTURE_HEIGHT_NV

      public static final int GL_TEXTURE_HEIGHT_NV
      See Also:
    • GL_TEXTURE_INTERNAL_FORMAT_NV

      public static final int GL_TEXTURE_INTERNAL_FORMAT_NV
      See Also:
    • GL_TEXTURE_COMPONENTS_NV

      public static final int GL_TEXTURE_COMPONENTS_NV
      See Also:
    • GL_TEXTURE_BORDER_NV

      public static final int GL_TEXTURE_BORDER_NV
      See Also:
    • GL_TEXTURE_RED_SIZE_NV

      public static final int GL_TEXTURE_RED_SIZE_NV
      See Also:
    • GL_TEXTURE_GREEN_SIZE_NV

      public static final int GL_TEXTURE_GREEN_SIZE_NV
      See Also:
    • GL_TEXTURE_BLUE_SIZE_NV

      public static final int GL_TEXTURE_BLUE_SIZE_NV
      See Also:
    • GL_TEXTURE_ALPHA_SIZE_NV

      public static final int GL_TEXTURE_ALPHA_SIZE_NV
      See Also:
    • GL_TEXTURE_LUMINANCE_SIZE_NV

      public static final int GL_TEXTURE_LUMINANCE_SIZE_NV
      See Also:
    • GL_TEXTURE_INTENSITY_SIZE_NV

      public static final int GL_TEXTURE_INTENSITY_SIZE_NV
      See Also:
    • GL_TEXTURE_DEPTH_NV

      public static final int GL_TEXTURE_DEPTH_NV
      See Also:
    • GL_TEXTURE_COMPRESSED_IMAGE_SIZE_NV

      public static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE_NV
      See Also:
    • GL_TEXTURE_COMPRESSED_NV

      public static final int GL_TEXTURE_COMPRESSED_NV
      See Also:
    • GL_TEXTURE_DEPTH_SIZE_NV

      public static final int GL_TEXTURE_DEPTH_SIZE_NV
      See Also:
  • Method Details

    • glGetTexImageNV

      public static void glGetTexImageNV(int target, int level, int format, int type, ByteBuffer img)
    • glGetTexImageNV

      public static void glGetTexImageNV(int target, int level, int format, int type, FloatBuffer img)
    • glGetTexImageNV

      public static void glGetTexImageNV(int target, int level, int format, int type, IntBuffer img)
    • glGetTexImageNV

      public static void glGetTexImageNV(int target, int level, int format, int type, ShortBuffer img)
    • glGetCompressedTexImageNV

      public static void glGetCompressedTexImageNV(int target, int level, ByteBuffer img)
    • glGetTexLevelParameterNV

      public static void glGetTexLevelParameterNV(int target, int level, int pname, FloatBuffer params)
    • glGetTexLevelParameterfNV

      public static float glGetTexLevelParameterfNV(int target, int level, int pname)
      Overloads glGetTexLevelParameterfvNV.
    • glGetTexLevelParameterNV

      public static void glGetTexLevelParameterNV(int target, int level, int pname, IntBuffer params)
    • glGetTexLevelParameteriNV

      public static int glGetTexLevelParameteriNV(int target, int level, int pname)
      Overloads glGetTexLevelParameterivNV.