public final class EXTUnpackSubimage
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_UNPACK_ROW_LENGTH_EXT
Accepted by the
pname parameters of PixelStorei, GetIntegerv, and GetFloatv. |
static int |
GL_UNPACK_SKIP_PIXELS_EXT
Accepted by the
pname parameters of PixelStorei, GetIntegerv, and GetFloatv. |
static int |
GL_UNPACK_SKIP_ROWS_EXT
Accepted by the
pname parameters of PixelStorei, GetIntegerv, and GetFloatv. |
public static final int GL_UNPACK_ROW_LENGTH_EXT
pname parameters of PixelStorei, GetIntegerv, and GetFloatv.public static final int GL_UNPACK_SKIP_ROWS_EXT
pname parameters of PixelStorei, GetIntegerv, and GetFloatv.public static final int GL_UNPACK_SKIP_PIXELS_EXT
pname parameters of PixelStorei, GetIntegerv, and GetFloatv.Copyright LWJGL. All Rights Reserved. License terms.