[]
Gets the highest supported hardware feature level of the primary adapter.
public static FeatureLevel GetSupportedFeatureLevel()
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)
Type | Name | Description |
---|---|---|
Adapter | adapter | The adapter. |
Type | Description |
---|---|
FeatureLevel | The highest supported hardware feature level. |