// d3d12umddi.h
typedef struct D3D12DDIARG_CREATE_COMMAND_RECORDER_0040 {
D3D12DDI_COMMAND_QUEUE_FLAGS QueueFlags;
D3D12DDI_COMMAND_RECORDER_FLAGS RecorderFlags;
} D3D12DDIARG_CREATE_COMMAND_RECORDER_0040;
View the official Windows Driver Kit DDI referenceNo description available.
Used to create a command recorder.
QueueFlagsThe command queue flags, represented by D3D12DDI_COMMAND_QUEUE_FLAGS.
RecorderFlagsThe command recorder flags, represented by D3D12DDI_COMMAND_RECORDER_FLAGS.