D3D12DDI_3DPIPELINELEVEL enumeration (d3d12umddi.h)

Contains values that identify the pipeline level that the driver supports.

Syntax

typedef enum D3D12DDI_3DPIPELINELEVEL {
  D3D12DDI_3DPIPELINELEVEL_1_0_CORE,
  D3D12DDI_3DPIPELINELEVEL_11_0,
  D3D12DDI_3DPIPELINELEVEL_11_1,
  D3D12DDI_3DPIPELINELEVEL_12_0,
  D3D12DDI_3DPIPELINELEVEL_12_1,
  D3D12DDI_3DPIPELINELEVEL_12_2
} ;

Constants

 
D3D12DDI_3DPIPELINELEVEL_1_0_CORE
Internal.
D3D12DDI_3DPIPELINELEVEL_11_0
The driver supports Direct3D version 11 pipeline.
D3D12DDI_3DPIPELINELEVEL_11_1
The driver supports Direct3D version 11.1 pipeline.
D3D12DDI_3DPIPELINELEVEL_12_0
The driver supports Direct3D version 12.0 pipeline.
D3D12DDI_3DPIPELINELEVEL_12_1
The driver supports Direct3D version 12.1 pipeline.
D3D12DDI_3DPIPELINELEVEL_12_2
The driver supports Direct3D version 12.2 pipeline.

Remarks

Drivers only report the maximum level they support.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header d3d12umddi.h

See also

D3D12DDI_3DPIPELINESUPPORT1_DATA_0081

D3D12DDIARG_GETCAPS

PFND3DDDI_GETCAPS