// 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 referenceNo description available.
D3D12DDI_3DPIPELINESUPPORT1_DATA_0081 is used to indicate the highest feature level of 3D pipeline support in the Direct3D runtime and the driver.
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.
D3D12DDI_3DPIPELINESUPPORT1_DATA_0081 is the structure passed to PFND3DDDI_GETCAPS when the cap type is D3D12DDICAPS_TYPE_0081_3DPIPELINESUPPORT1.