Sleeping Wombat Graphic API
1.010
swGraphicAPI
|
Index buffer initialization data. More...
#include <BufferInitData.h>
Public Member Functions | |
BufferInfo | CreateBufferInfo () const |
Public Attributes | |
PrimitiveTopology | Topology |
[Optional] Topology of verticies. More... | |
bool | Use4BytesIndex |
Index buffer consists of 4 bytes instead of 2 bytes indicies. | |
![]() | |
const uint8 * | Data |
Pointer must be valid only in time of creation. | |
uint32 | NumElements |
uint32 | ElementSize |
rttr::type | DataType |
[Optional] Type of single element in buffer. | |
ResourceUsage | Usage |
Index buffer initialization data.
PrimitiveTopology IndexBufferInitData::Topology |
[Optional] Topology of verticies.