Rebel Fork Framework
Urho3D::VertexBufferDesc Struct Reference

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

#include <Urho3D/Graphics/Model.h>

Public Attributes

unsigned vertexCount_
 Vertex count.
 
ea::vector< VertexElementvertexElements_
 Vertex declaration.
 
unsigned dataSize_
 Vertex data size.
 
ea::shared_array< 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: