D3D12DDIARG_CREATE_COMMAND_LIST_0040 - NtDoc

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

NtDoc

No description available.

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

D3D12DDIARG_CREATE_COMMAND_LIST_0040 structure

Description

Structure used to create a command list.

Members

Type

The type of command, represented as a D3D12DDI_COMMAND_LIST_TYPE.

QueueFlags

The command queue flags, represented by D3D12DDI_COMMAND_QUEUE_FLAGS.

ID

The ID of the command list.

CommandListFlags

The command list flags, represented by D3D12DDI_COMMAND_LIST_FLAGS.

NodeMask

The node mask of the command list.