|
Urho3D
|
Description of index 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 | indexCount_ |
| Index count. | |
| unsigned | indexSize_ |
| Index size. | |
| unsigned | dataSize_ |
| Index data size. | |
| SharedArrayPtr< unsigned char > | data_ |
| Index data. | |
Description of index buffer data for asynchronous loading.