Click or drag to resize

DataBuffer Properties

The DataBuffer type exposes the following members.

Properties
  NameDescription
Public propertyBufferUsage
Get the buffer object's usage pattern.
Public propertyStatic memberCurrentIndexBuffer
Gets the currently bound element array buffer (aka Index Buffer).
Public propertyStatic memberCurrentVertexBuffer
Gets the currently bound array buffer (aka Vertex Buffer).
Public propertyHandle
Internal OpenGL handle to the object
(Inherited from GLObject.)
Public propertyIsBound
Checks if this buffer is currently bound.
Public propertySize
Get the size of the buffer in bytes.
Top
See Also