D3D12DDIARG_CREATE_COMMAND_RECORDER_0040 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddiarg_create_command_recorder_0040)

D3D12DDIARG_CREATE_COMMAND_RECORDER_0040 structure

Description

Used to create a command recorder.

Members

QueueFlags

The command queue flags, represented by D3D12DDI_COMMAND_QUEUE_FLAGS.

RecorderFlags

The command recorder flags, represented by D3D12DDI_COMMAND_RECORDER_FLAGS.