Sleeping Wombat GUI
0.100
swGUI
|
Buffer initialization data. More...
#include <BufferInitData.h>
Public Member Functions | |
BufferInitData () | |
Public Attributes | |
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 |
Buffer initialization data.
|
inline |
const uint8* BufferInitData::Data |
Pointer must be valid only in time of creation.
rttr::type BufferInitData::DataType |
[Optional] Type of single element in buffer.
uint32 BufferInitData::ElementSize |
uint32 BufferInitData::NumElements |
ResourceUsage BufferInitData::Usage |