Package org.lwjgl.opengl
Class EXTPixelBufferObject
java.lang.Object
org.lwjgl.opengl.EXTPixelBufferObject
Native bindings to the EXT_pixel_buffer_object extension.
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static final intAccepted by thetargetparameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, and GetBufferPointerv.static final intAccepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static final intAccepted by thetargetparameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, and GetBufferPointerv. -
Method Summary
-
Field Details
-
GL_PIXEL_PACK_BUFFER_EXT
public static final int GL_PIXEL_PACK_BUFFER_EXTAccepted by thetargetparameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, and GetBufferPointerv.- See Also:
-
GL_PIXEL_UNPACK_BUFFER_EXT
public static final int GL_PIXEL_UNPACK_BUFFER_EXTAccepted by thetargetparameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, and GetBufferPointerv.- See Also:
-
GL_PIXEL_PACK_BUFFER_BINDING_EXT
public static final int GL_PIXEL_PACK_BUFFER_BINDING_EXTAccepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-
GL_PIXEL_UNPACK_BUFFER_BINDING_EXT
public static final int GL_PIXEL_UNPACK_BUFFER_BINDING_EXTAccepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-