// d3d12umddi.h
typedef struct D3D12DDI_OPTIONS1_DATA_0103 {
D3D12DDI_WORK_GRAPHS_TIER WorkGraphsTier;
} D3D12DDI_OPTIONS_DATA_0103;
View the official Windows Driver Kit DDI referenceNo description available.
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.
WorkGraphsTierA D3D12DDI_WORK_GRAPHS_TIER enumeration that specifies the work graphs tier supported by the driver. For more information about work graphs, see Work graphs.