ID3D10Device1::GetFeatureLevel method (d3d10_1.h)

Gets the feature level of the hardware device.

Syntax

D3D10_FEATURE_LEVEL1 GetFeatureLevel();

Return value

Type: D3D10_FEATURE_LEVEL1

The feature level (see D3D10_FEATURE_LEVEL1).

Remarks

This method requires Windows Vista Service Pack 1.

Requirements

Requirement Value
Target Platform Windows
Header d3d10_1.h

See also

ID3D10Device1 Interface