Skip to main content
Describes info about the feature levels supported by the current graphics driver.

Syntax

Members

NumFeatureLevels
Type: UINT
The number of feature levels in the array at pFeatureLevelsRequested. pFeatureLevelsRequested
Type: const D3D_FEATURE_LEVEL *
A pointer to an array of D3D_FEATURE_LEVELs that the application is requesting for the driver and hardware to evaluate. MaxSupportedFeatureLevel
Type: D3D_FEATURE_LEVEL
The maximum feature level that the driver and hardware support.

Remarks

See D3D12_FEATURE.

Requirements

Header: d3d12_xs.h or d3d12_x.h
Library: d3d12_xs.lib or d3d12_x.lib
Supported Platforms: XBOX Series consoles and XBOX One family

See Also

Core Structures D3D12_FEATURE
Last modified on August 20, 2026