D3D12DDI_3DPIPELINESUPPORT1_DATA_0081 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_3DPIPELINESUPPORT1_DATA_0081 {
  [in]  D3D12DDI_3DPIPELINELEVEL HighestRuntimeSupportedFeatureLevel;
  [out] D3D12DDI_3DPIPELINELEVEL MaximumDriverSupportedFeatureLevel;
} D3D12DDI_3DPIPELINESUPPORT1_DATA_0081;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_3dpipelinesupport1_data_0081)

Description

D3D12DDI_3DPIPELINESUPPORT1_DATA_0081 is used to indicate the highest feature level of 3D pipeline support in the Direct3D runtime and the driver.

Members

HighestRuntimeSupportedFeatureLevel [in]

A D3D12DDI_3DPIPELINELEVEL value that indicates the runtime's highest supported 3D pipeline feature level.

MaximumDriverSupportedFeatureLevel [out]

A D3D12DDI_3DPIPELINELEVEL value that indicates the driver's maximum supported 3D pipeline feature level. MaximumDriverSupportedFeatureLevel must be less than or equal to HighestRuntimeSupportedFeatureLevel.

Remarks

D3D12DDI_3DPIPELINESUPPORT1_DATA_0081 is the structure passed to PFND3DDDI_GETCAPS when the cap type is D3D12DDICAPS_TYPE_0081_3DPIPELINESUPPORT1.

See also

D3D12DDI_3DPIPELINELEVEL

D3D12DDIARG_GETCAPS

D3DDDICAPS_TYPE

PFND3DDDI_GETCAPS