// d3d12umddi.h
typedef struct D3D12DDIARG_CREATE_COMMAND_LIST_0040 {
D3D12DDI_COMMAND_LIST_TYPE Type;
D3D12DDI_COMMAND_QUEUE_FLAGS QueueFlags;
UINT64 ID;
D3D12DDI_COMMAND_LIST_FLAGS CommandListFlags;
UINT NodeMask;
} D3D12DDIARG_CREATE_COMMAND_LIST_0040;
View the official Windows Driver Kit DDI referenceNo description available.
Structure used to create a command list.
TypeThe type of command, represented as a D3D12DDI_COMMAND_LIST_TYPE.
QueueFlagsThe command queue flags, represented by D3D12DDI_COMMAND_QUEUE_FLAGS.
IDThe ID of the command list.
CommandListFlagsThe command list flags, represented by D3D12DDI_COMMAND_LIST_FLAGS.
NodeMaskThe node mask of the command list.