D3D12DDI_3DPIPELINESUPPORT1_DATA_0081 structure (d3d12umddi.h)
D3D12DDI_3DPIPELINESUPPORT1_DATA_0081 is used to indicate the highest feature level of 3D pipeline support in the Direct3D runtime and the driver.
Syntax
typedef struct D3D12DDI_3DPIPELINESUPPORT1_DATA_0081 {
[in] D3D12DDI_3DPIPELINELEVEL HighestRuntimeSupportedFeatureLevel;
[out] D3D12DDI_3DPIPELINELEVEL MaximumDriverSupportedFeatureLevel;
} D3D12DDI_3DPIPELINESUPPORT1_DATA_0081;
Members
[in] HighestRuntimeSupportedFeatureLevel
A D3D12DDI_3DPIPELINELEVEL value that indicates the runtime's highest supported 3D pipeline feature level.
[out] MaximumDriverSupportedFeatureLevel
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.
Requirements
Requirement | Value |
---|---|
Minimum supported server | Windows Server 2022 |
Header | d3d12umddi.h |