Urho3D
Public Attributes | List of all members
Urho3D::VertexBufferDesc Struct Reference

Description of vertex buffer data for asynchronous loading. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Graphics/Model.h>

Public Attributes

unsigned vertexCount_
 Vertex count.
 
Vector< VertexElementvertexElements_
 Vertex declaration.
 
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: