Package org.lwjgl.opengles
Class EXTUnpackSubimage
- java.lang.Object
-
- org.lwjgl.opengles.EXTUnpackSubimage
-
public final class EXTUnpackSubimage extends java.lang.Object
Native bindings to the EXT_unpack_subimage extension.This OpenGL ES 2.0 extension adds support for GL_UNPACK_ROW_LENGTH, GL_UNPACK_SKIP_ROWS and GL_UNPACK_SKIP_PIXELS as valid enums to PixelStore. The functionality is the same as in OpenGL. These are useful for updating textures with a sub-rectangle of pixel data coming from a larger image in host memory.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_UNPACK_ROW_LENGTH_EXT
GL_UNPACK_SKIP_PIXELS_EXT
GL_UNPACK_SKIP_ROWS_EXTAccepted by thepname
parameters of PixelStorei, GetIntegerv, and GetFloatv.
-
-
-
Field Detail
-
GL_UNPACK_ROW_LENGTH_EXT, GL_UNPACK_SKIP_ROWS_EXT, GL_UNPACK_SKIP_PIXELS_EXT
Accepted by thepname
parameters of PixelStorei, GetIntegerv, and GetFloatv.
-
-