Package org.lwjgl.opengles
Class NVGetTexImage
- java.lang.Object
-
- org.lwjgl.opengles.NVGetTexImage
-
public final class NVGetTexImage extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_TEXTURE_ALPHA_SIZE_NVstatic intGL_TEXTURE_BLUE_SIZE_NVstatic intGL_TEXTURE_BORDER_NVstatic intGL_TEXTURE_COMPONENTS_NVstatic intGL_TEXTURE_COMPRESSED_IMAGE_SIZE_NVstatic intGL_TEXTURE_COMPRESSED_NVstatic intGL_TEXTURE_DEPTH_NVstatic intGL_TEXTURE_DEPTH_SIZE_NVstatic intGL_TEXTURE_GREEN_SIZE_NVstatic intGL_TEXTURE_HEIGHT_NVstatic intGL_TEXTURE_INTENSITY_SIZE_NVstatic intGL_TEXTURE_INTERNAL_FORMAT_NVstatic intGL_TEXTURE_LUMINANCE_SIZE_NVstatic intGL_TEXTURE_RED_SIZE_NVstatic intGL_TEXTURE_WIDTH_NV
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglGetCompressedTexImageNV(int target, int level, ByteBuffer img)static voidglGetTexImageNV(int target, int level, int format, int type, ByteBuffer img)static voidglGetTexImageNV(int target, int level, int format, int type, FloatBuffer img)static voidglGetTexImageNV(int target, int level, int format, int type, IntBuffer img)static voidglGetTexImageNV(int target, int level, int format, int type, ShortBuffer img)static floatglGetTexLevelParameterfNV(int target, int level, int pname)Overloads glGetTexLevelParameterfvNV.static intglGetTexLevelParameteriNV(int target, int level, int pname)Overloads glGetTexLevelParameterivNV.static voidglGetTexLevelParameterNV(int target, int level, int pname, FloatBuffer params)static voidglGetTexLevelParameterNV(int target, int level, int pname, IntBuffer params)
-
-
-
Field Detail
-
GL_TEXTURE_WIDTH_NV
public static final int GL_TEXTURE_WIDTH_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_HEIGHT_NV
public static final int GL_TEXTURE_HEIGHT_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_INTERNAL_FORMAT_NV
public static final int GL_TEXTURE_INTERNAL_FORMAT_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_COMPONENTS_NV
public static final int GL_TEXTURE_COMPONENTS_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_BORDER_NV
public static final int GL_TEXTURE_BORDER_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_RED_SIZE_NV
public static final int GL_TEXTURE_RED_SIZE_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_GREEN_SIZE_NV
public static final int GL_TEXTURE_GREEN_SIZE_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_BLUE_SIZE_NV
public static final int GL_TEXTURE_BLUE_SIZE_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_ALPHA_SIZE_NV
public static final int GL_TEXTURE_ALPHA_SIZE_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_LUMINANCE_SIZE_NV
public static final int GL_TEXTURE_LUMINANCE_SIZE_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_INTENSITY_SIZE_NV
public static final int GL_TEXTURE_INTENSITY_SIZE_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_DEPTH_NV
public static final int GL_TEXTURE_DEPTH_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_COMPRESSED_IMAGE_SIZE_NV
public static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_COMPRESSED_NV
public static final int GL_TEXTURE_COMPRESSED_NV
- See Also:
- Constant Field Values
-
GL_TEXTURE_DEPTH_SIZE_NV
public static final int GL_TEXTURE_DEPTH_SIZE_NV
- See Also:
- Constant Field Values
-
-
Method Detail
-
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.
-
-