ID3D11Device::GetFeatureLevel Method

Gets the feature level of the hardware device.

Syntax

public:
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

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3D11Device

ID3D11Device Members