Class NVPackSubimage

java.lang.Object
org.lwjgl.opengles.NVPackSubimage

public final class NVPackSubimage extends Object
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).