U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
Description of vertex buffer data for asynchronous loading. More...
#include </var/dev/u3d/stable/Source/Urho3D/Graphics/Model.h>
Public Attributes | |
unsigned | vertexCount_ |
Vertex count. | |
PODVector< VertexElement > | vertexElements_ |
Vertex declaration. | |
unsigned | dataSize_ |
Vertex data size. | |
SharedArrayPtr< unsigned char > | data_ |
Vertex data. | |
Description of vertex buffer data for asynchronous loading.