Class EXTPixelBufferObject

java.lang.Object
org.lwjgl.opengl.EXTPixelBufferObject

public final class EXTPixelBufferObject extends Object
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 Details

    • GL_PIXEL_PACK_BUFFER_EXT

      public static final int GL_PIXEL_PACK_BUFFER_EXT
      Accepted by the target parameters 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_EXT
      Accepted by the target parameters 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_EXT
      Accepted by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
      See Also:
    • GL_PIXEL_UNPACK_BUFFER_BINDING_EXT

      public static final int GL_PIXEL_UNPACK_BUFFER_BINDING_EXT
      Accepted by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
      See Also: