U3D
Open-source, cross-platform 2D and 3D game engine built in C++
Loading...
Searching...
No Matches
Urho3D::IndexBufferDesc Struct Reference

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

#include </var/dev/u3d/stable/Source/Urho3D/Graphics/Model.h>

Collaboration diagram for Urho3D::IndexBufferDesc:
[legend]

Public Attributes

unsigned indexCount_
 Index count.
 
unsigned indexSize_
 Index size.
 
unsigned dataSize_
 Index data size.
 
SharedArrayPtr< unsigned char > data_
 Index data.
 

Detailed Description

Description of index buffer data for asynchronous loading.


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