Package org.lwjgl.opengles
Class NVPackSubimage
java.lang.Object
org.lwjgl.opengles.NVPackSubimage
Native bindings to the NV_pack_subimage extension.
This OpenGL ES 2.0 extension adds support for PACK_ROW_LENGTH_NV
, PACK_SKIP_ROWS_NV
and PACK_SKIP_PIXELS_NV
as valid enums to PixelStorei
.
The functionality is the same as in OpenGL. These are useful to update a sub-rectangle in host memory with data that can be read from the framebuffer or a texture (using FBO and texture attachments).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
-
Field Details
-
GL_PACK_ROW_LENGTH_NV
public static final int GL_PACK_ROW_LENGTH_NV- See Also:
-
GL_PACK_SKIP_ROWS_NV
public static final int GL_PACK_SKIP_ROWS_NV- See Also:
-
GL_PACK_SKIP_PIXELS_NV
public static final int GL_PACK_SKIP_PIXELS_NV- See Also:
-