// d3d12umddi.h
typedef enum D3D12DDI_WORK_GRAPHS_TIER {
D3D12DDI_WORK_GRAPHS_TIER_NOT_SUPPORTED,
D3D12DDI_WORK_GRAPHS_TIER_0_1,
D3D12DDI_WORK_GRAPHS_TIER_1_0
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_WORK_GRAPHS_TIER enumeration specifies the work graphs tier supported by the driver.
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.
For more information about work graphs, see Work graphs.