Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_SUPPORTEDThe driver doesn't support work graphs. |
D3D12DDI_WORK_GRAPHS_TIER_0_1The driver supports the first experimental work graphs release. |
D3D12DDI_WORK_GRAPHS_TIER_1_0The 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 |