DataBuffer Properties |
The DataBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| BufferUsage |
Get the buffer object's usage pattern.
| |
| CurrentIndexBuffer |
Gets the currently bound element array buffer (aka Index Buffer).
| |
| CurrentVertexBuffer |
Gets the currently bound array buffer (aka Vertex Buffer).
| |
| Handle |
Internal OpenGL handle to the object
(Inherited from GLObject.) | |
| IsBound |
Checks if this buffer is currently bound.
| |
| Size |
Get the size of the buffer in bytes.
|