[]
Gets the highest supported hardware feature level of the primary adapter.
public static FeatureLevel GetSupportedFeatureLevel()
Public Shared Function GetSupportedFeatureLevel() As FeatureLevel
| Type | Description |
|---|---|
| FeatureLevel | The highest supported hardware feature level. |
Gets the highest supported hardware feature level of the primary adapter.
public static FeatureLevel GetSupportedFeatureLevel(Adapter adapter)
Public Shared Function GetSupportedFeatureLevel(adapter As Adapter) As FeatureLevel
| Type | Name | Description |
|---|---|---|
| Adapter | adapter | The adapter. |
| Type | Description |
|---|---|
| FeatureLevel | The highest supported hardware feature level. |