XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALBufferData Struct Reference

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.
 
xiiGALCommandListm_pCommandList
 Optional command list used to upload data; if null, a new one is created; if reused elsewhere, synchronization (e.g., fence) is required.
 

Detailed Description

This describes the buffer initial data.


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