[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.Device.GetSupportedFeatureLevel

GetSupportedFeatureLevel Method

GetSupportedFeatureLevel()

Gets the highest supported hardware feature level of the primary adapter.

Declaration
public static FeatureLevel GetSupportedFeatureLevel()
Returns
Type Description
FeatureLevel

The highest supported hardware feature level.

GetSupportedFeatureLevel(Adapter)

Gets the highest supported hardware feature level of the primary adapter.

Declaration
public static FeatureLevel GetSupportedFeatureLevel(Adapter adapter)
Parameters
Type Name Description
Adapter adapter

The adapter.

Returns
Type Description
FeatureLevel

The highest supported hardware feature level.