#include <OGREInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| void | SetBinding (unsigned short index, DIOGREHardwareVertexBuffer *buffer) |
| void | UnsetBinding (unsigned short index) |
| Removes an existing binding. | |
| void | UnsetAllBindings (void) |
| Removes all the bindings. | |
| DIOGREHardwareVertexBuffer * | GetBuffer (unsigned short index) |
| Gets a read-only version of the buffer bindings. | |
| unsigned long | GetBufferCount (void) |
| unsigned short | GetNextIndex (void) |
| Gets the highest index which has already been set, plus 1. | |
| void DigitalSpaces::DIOGREVertexBufferBinding::SetBinding | ( | unsigned short | index, | |
| DIOGREHardwareVertexBuffer * | buffer | |||
| ) |
| void DigitalSpaces::DIOGREVertexBufferBinding::UnsetBinding | ( | unsigned short | index | ) |
Removes an existing binding.
| void DigitalSpaces::DIOGREVertexBufferBinding::UnsetAllBindings | ( | void | ) |
Removes all the bindings.
| DIOGREHardwareVertexBuffer* DigitalSpaces::DIOGREVertexBufferBinding::GetBuffer | ( | unsigned short | index | ) |
Gets a read-only version of the buffer bindings.
Gets the buffer bound to the given source index
| unsigned long DigitalSpaces::DIOGREVertexBufferBinding::GetBufferCount | ( | void | ) |
| unsigned short DigitalSpaces::DIOGREVertexBufferBinding::GetNextIndex | ( | void | ) |
Gets the highest index which has already been set, plus 1.
1.5.6