![]() |
wisdom
|
C version:
C++ version:
Primitive restart value for indexed drawing with primitive restart enabled.
D3D12_INDEX_BUFFER_STRIP_CUT_VALUE for DirectX 12 implementation.Values:
WisPrimitiveRestartValueNone = 0: Primitive restart is disabled. No primitive restart value is used.WisPrimitiveRestartValueUInt16Max = 1: Use the maximum value of uint16_t as the primitive restart value.WisPrimitiveRestartValueUInt32Max = 2: Use the maximum value of uint32_t as the primitive restart value.