D3D12DDI_OPTIONS1_DATA_0103 - NtDoc

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

typedef struct D3D12DDI_OPTIONS1_DATA_0103 {
  D3D12DDI_WORK_GRAPHS_TIER WorkGraphsTier;
} D3D12DDI_OPTIONS_DATA_0103;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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.

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.

See also

D3D12DDICAPS_TYPE

PFND3DDDI_GETCAPS