D3D12DDI_OPTIONS_DATA_0103 structure (d3d12umddi.h)

A user-mode driver indicates support for capabilities in the D3D12DDI_OPTIONS_DATA_0103 structure when its PFND3DDDI_GETCAPS function is called with D3D12DDICAPS_TYPE_OPTIONS_0103.

Syntax

typedef struct D3D12DDI_OPTIONS1_DATA_0103 {
  D3D12DDI_WORK_GRAPHS_TIER WorkGraphsTier;
} D3D12DDI_OPTIONS_DATA_0103;

Members

WorkGraphsTier

A D3D12DDI_WORK_GRAPHS_TIER enumeration that specifies the work graphs tier supported by the driver. For more information about work graphs, see Work graphs.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3d12umddi.h

See also

D3D12DDICAPS_TYPE

PFND3DDDI_GETCAPS