D3D12_FEATURE_DATA_FEATURE_LEVELS structure (d3d12.h)
Describes info about the feature levels supported by the current graphics driver.
Syntax
typedef struct D3D12_FEATURE_DATA_FEATURE_LEVELS {
UINT NumFeatureLevels;
const D3D_FEATURE_LEVEL *pFeatureLevelsRequested;
D3D_FEATURE_LEVEL MaxSupportedFeatureLevel;
} D3D12_FEATURE_DATA_FEATURE_LEVELS;
Members
NumFeatureLevels
The number of feature levels in the array at pFeatureLevelsRequested.
pFeatureLevelsRequested
A pointer to an array of D3D_FEATURE_LEVELs that the application is requesting for the driver and hardware to evaluate.
MaxSupportedFeatureLevel
The maximum feature level that the driver and hardware support.
Remarks
See D3D12_FEATURE.
Requirements
Requirement | Value |
---|---|
Header | d3d12.h |