public final class EXTPixelBufferObject
extends java.lang.Object
This extension expands on the interface provided by buffer objects. It is intended to permit buffer objects to be used not only with vertex array data, but also with pixel data. Buffer objects were promoted from the ARB_vertex_buffer_object extension in OpenGL 1.5.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_PIXEL_PACK_BUFFER_BINDING_EXT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_PIXEL_PACK_BUFFER_EXT
Accepted by the
target parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, and
GetBufferPointerv. |
static int |
GL_PIXEL_UNPACK_BUFFER_BINDING_EXT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_PIXEL_UNPACK_BUFFER_EXT
Accepted by the
target parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, and
GetBufferPointerv. |
public static final int GL_PIXEL_PACK_BUFFER_EXT
target parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, and
GetBufferPointerv.public static final int GL_PIXEL_UNPACK_BUFFER_EXT
target parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, and
GetBufferPointerv.public static final int GL_PIXEL_PACK_BUFFER_BINDING_EXT
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.public static final int GL_PIXEL_UNPACK_BUFFER_BINDING_EXT
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.Copyright LWJGL. All Rights Reserved. License terms.