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