ID3D11Device::GetFeatureLevel method (d3d11.h)

Gets the feature level of the hardware device.

Syntax

D3D_FEATURE_LEVEL GetFeatureLevel();

Return value

Type: D3D_FEATURE_LEVEL

A member of the D3D_FEATURE_LEVEL enumerated type that describes the feature level of the hardware device.

Remarks

Feature levels determine the capabilities of your device.

Requirements

Requirement Value
Target Platform Windows
Header d3d11.h
Library D3D11.lib

See also

ID3D11Device