D3D12DDI_WORK_GRAPHS_TIER enumeration (d3d12umddi.h)
The D3D12DDI_WORK_GRAPHS_TIER enumeration specifies the work graphs tier supported by the driver.
Syntax
typedef enum D3D12DDI_WORK_GRAPHS_TIER {
D3D12DDI_WORK_GRAPHS_TIER_NOT_SUPPORTED,
D3D12DDI_WORK_GRAPHS_TIER_0_1,
D3D12DDI_WORK_GRAPHS_TIER_1_0
} ;
Constants
D3D12DDI_WORK_GRAPHS_TIER_NOT_SUPPORTED The driver doesn't support work graphs. |
D3D12DDI_WORK_GRAPHS_TIER_0_1 The driver supports the first experimental work graphs release. |
D3D12DDI_WORK_GRAPHS_TIER_1_0 The driver fully supports the first full work graphs release. |
Remarks
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 |