Class EXTPixelBufferObject



  • public final class EXTPixelBufferObject
    extends java.lang.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 Summary

      Fields 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait