Records the state of all the vertex buffer bindings required to provide a vertex declaration with the input data it needs for the vertex elements.  
 More...
|  | 
|  | VertexBufferBinding () | 
|  | Constructor, should not be called direct, use HardwareBufferManager::createVertexBufferBinding.  More... 
 | 
|  | 
| virtual | ~VertexBufferBinding () | 
|  | 
| virtual void | closeGaps (BindingIndexMap &bindingIndexMap) | 
|  | Remove any gaps in the bindings.  More... 
 | 
|  | 
| virtual const VertexBufferBindingMap & | getBindings () const | 
|  | Gets a read-only version of the buffer bindings.  More... 
 | 
|  | 
| virtual const HardwareVertexBufferSharedPtr & | getBuffer (unsigned short index) const | 
|  | Gets the buffer bound to the given source index.  More... 
 | 
|  | 
| virtual size_t | getBufferCount () const | 
|  | 
| virtual bool | getHasInstanceData () const | 
|  | Returns true if this binding has an element that contains instance data.  More... 
 | 
|  | 
| virtual unsigned short | getLastBoundIndex () const | 
|  | Gets the last bound index.  More... 
 | 
|  | 
| virtual unsigned short | getNextIndex () const | 
|  | Gets the highest index which has already been set, plus 1.  More... 
 | 
|  | 
| virtual bool | hasGaps () const | 
|  | Check whether any gaps in the bindings.  More... 
 | 
|  | 
| virtual bool | isBufferBound (unsigned short index) const | 
|  | Gets whether a buffer is bound to the given source index.  More... 
 | 
|  | 
| void | operator delete (void *ptr) | 
|  | 
| void | operator delete (void *ptr, const char *, int, const char *) | 
|  | 
| void | operator delete (void *ptr, void *) | 
|  | 
| void | operator delete[] (void *ptr) | 
|  | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
|  | 
| void * | operator new (size_t sz) | 
|  | 
| void * | operator new (size_t sz, const char *file, int line, const char *func) | 
|  | operator new, with debug line info  More... 
 | 
|  | 
| void * | operator new (size_t sz, void *ptr) | 
|  | placement operator new  More... 
 | 
|  | 
| void * | operator new[] (size_t sz) | 
|  | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
|  | array operator new, with debug line info  More... 
 | 
|  | 
| virtual void | setBinding (unsigned short index, const HardwareVertexBufferSharedPtr &buffer) | 
|  | Set a binding, associating a vertex buffer with a given index.  More... 
 | 
|  | 
| virtual void | unsetAllBindings () | 
|  | Removes all the bindings.  More... 
 | 
|  | 
| virtual void | unsetBinding (unsigned short index) | 
|  | Removes an existing binding.  More... 
 | 
|  | 
Records the state of all the vertex buffer bindings required to provide a vertex declaration with the input data it needs for the vertex elements. 
- Like the other classes in this functional area, these binding maps should be created and destroyed using the HardwareBufferManager.