![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <VertexBuffer.h>
Public Attributes | |
Str< 256 > | _name |
bool | _largeIndices {false} |
bool | _keepCPUData {false} |
bool | _allowDynamicUpdates {false} |
Definition at line 65 of file VertexBuffer.h.
bool Divide::VertexBuffer::Descriptor::_allowDynamicUpdates {false} |
Definition at line 70 of file VertexBuffer.h.
bool Divide::VertexBuffer::Descriptor::_keepCPUData {false} |
Definition at line 69 of file VertexBuffer.h.
bool Divide::VertexBuffer::Descriptor::_largeIndices {false} |
Definition at line 68 of file VertexBuffer.h.
Str<256> Divide::VertexBuffer::Descriptor::_name |
Definition at line 67 of file VertexBuffer.h.