![]() |
XII Release 0.1.0
|
This describes the buffer initial data. More...
#include <Buffer.h>
Public Member Functions | |
XII_DECLARE_POD_TYPE () | |
XII_ALWAYS_INLINE | xiiGALBufferData (void *pData, xiiUInt64 uiDataSize) |
XII_ALWAYS_INLINE | xiiGALBufferData (void *pData, xiiUInt64 uiDataSize, xiiGALCommandList *pCommandList) |
Public Attributes | |
const void * | m_pData |
The pointer to the data. | |
xiiUInt64 | m_uiDataSize |
The data size in bytes. | |
xiiGALCommandList * | m_pCommandList |
Optional command list used to upload data; if null, a new one is created; if reused elsewhere, synchronization (e.g., fence) is required. | |
This describes the buffer initial data.