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

Vertex buffer morph data. More...

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

Public Attributes

VertexElements elementMask_
 Vertex elements.
 
i32 vertexCount_
 Number of vertices.
 
i32 dataSize_
 Morphed vertices data size as bytes.
 
SharedArrayPtr< byte > morphData_
 Morphed vertices. Stored packed as <index, data> pairs.
 

Detailed Description

Vertex buffer morph data.


The documentation for this struct was generated from the following file: