D3D12DDI_COMMAND_POOL_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef enum D3D12DDI_COMMAND_POOL_FLAGS {
  D3D12DDI_COMMAND_POOL_FLAG_NONE
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_command_pool_flags)

D3D12DDI_COMMAND_POOL_FLAGS enumeration

Description

The usage behavior for the command pool.

Constants

D3D12DDI_COMMAND_POOL_FLAG_NONE

No flag is set for the command pool.

Remarks

Currently, there is no value for a command pool flag.

See also