|
| SharedVBO (VBOSlotSize slot_size, VertexSpecification spec) |
|
| SharedVBO (VBOSlotSize slot_size, IndexType type) |
|
uint64_t | slot_last_updated (VBOSlot slot) |
|
GLenum | target () const |
|
VBOSlot | allocate_slot () |
|
void | release_slot (VBOSlot slot) |
|
void | upload (VBOSlot slot, const VertexData *vertex_data) |
|
void | upload (VBOSlot slot, const IndexData *index_data) |
|
void | bind (VBOSlot slot) |
|
VBOSlotSize | slot_size () const |
|
uint32_t | slot_size_in_bytes () const |
|
uint32_t | byte_offset (VBOSlot slot) |
|
uint32_t | used_slot_count () const |
|
uint32_t | free_slot_count () const |
|
bool | init () |
|
void | clean_up () |
|
The documentation for this class was generated from the following files:
- simulant/renderers/gl2x/vbo_manager.h
- simulant/renderers/gl2x/vbo_manager.cpp