![]() |
XII Release 0.1.0
|
Represents a single indexed draw entry in a multi-draw call. More...
#include <CommandList.h>
Public Member Functions | |
XII_ALWAYS_INLINE | xiiGALMultiDrawIndexedItem ()=default |
Default-initialized indexed draw item (0 indices). | |
XII_ALWAYS_INLINE | xiiGALMultiDrawIndexedItem (xiiUInt32 uiIndexCount, xiiUInt32 uiFirstIndexLocation=0U, xiiUInt32 uiBaseVertex=0U) |
Constructs a multi-draw indexed item with specified index parameters. | |
Represents a single indexed draw entry in a multi-draw call.
Specifies the number of indices, the first index offset, and base vertex for one draw invocation.
|
inline |
Constructs a multi-draw indexed item with specified index parameters.
uiIndexCount | - Number of indices to draw. |
uiFirstIndexLocation | - Start index in the bound index buffer. |
uiBaseVertex | - Value added to each index before vertex fetch. |