D3D12DDI_WORK_GRAPHS_TIER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_work_graphs_tier)

Description

The D3D12DDI_WORK_GRAPHS_TIER enumeration specifies the work graphs tier supported by the driver.

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.

See also

D3D12DDI_OPTIONS_DATA_0103

D3D12DDICAPS_TYPE

PFND3DDDI_GETCAPS