ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / GetSupportedFeatureLevel Method / GetSupportedFeatureLevel(Adapter) Method
The adapter.

In This Topic
    GetSupportedFeatureLevel(Adapter) Method
    In This Topic
    Gets the highest supported hardware feature level of the primary adapter.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetSupportedFeatureLevel( _
       ByVal adapter As Adapter _
    ) As FeatureLevel
    public static FeatureLevel GetSupportedFeatureLevel( 
       Adapter adapter
    )

    Parameters

    adapter
    The adapter.

    Return Value

    The highest supported hardware feature level.
    See Also