ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / IsSupportedFeatureLevel Method / IsSupportedFeatureLevel(Adapter,FeatureLevel) Method
The adapter.
The feature level.

In This Topic
    IsSupportedFeatureLevel(Adapter,FeatureLevel) Method
    In This Topic
    Check if a feature level is supported by a particular adapter.
    Syntax
    'Declaration
     
    Public Overloads Shared Function IsSupportedFeatureLevel( _
       ByVal adapter As Adapter, _
       ByVal featureLevel As FeatureLevel _
    ) As Boolean
    public static bool IsSupportedFeatureLevel( 
       Adapter adapter,
       FeatureLevel featureLevel
    )

    Parameters

    adapter
    The adapter.
    featureLevel
    The feature level.

    Return Value

    true if the specified adapter is supporting this feature level; otherwise, false.
    See Also