Documentation
Urho3D::VertexBufferDesc Struct Reference
  Description of vertex buffer data for asynchronous loading. More...
#include <Model.h>
Collaboration diagram for Urho3D::VertexBufferDesc:
Public Attributes | |
| unsigned | vertexCount_ | 
| Vertex count.  | |
| unsigned | elementMask_ | 
| Element mask.  | |
| unsigned | dataSize_ | 
| Vertex data size.  | |
| SharedArrayPtr< unsigned char > | data_ | 
| Vertex data.  | |
Detailed Description
Description of vertex buffer data for asynchronous loading.
The documentation for this struct was generated from the following file:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/Model.h
 
