Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D11Device::GetFeatureLevel method

Gets the feature level of the hardware device.

Syntax


D3D_FEATURE_LEVEL GetFeatureLevel();

Parameters

This method has no parameters.

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

D3D11.h

Library

D3D11.lib

See also

ID3D11Device

 

 

Show:
© 2017 Microsoft