|
Urho3D
|
Description of index buffer data for asynchronous loading. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/Model.h>
Public Attributes | |
| i32 | indexCount_ |
| Index count. | |
| i32 | indexSize_ |
| Index size. | |
| i32 | dataSize_ |
| Index data size. | |
| SharedArrayPtr< byte > | data_ |
| Index data. | |
Description of index buffer data for asynchronous loading.