[]
Check if a feature level is supported by a primary adapter.
public static bool IsSupportedFeatureLevel(FeatureLevel featureLevel)
| Type | Name | Description |
|---|---|---|
| FeatureLevel | featureLevel | The feature level. |
| Type | Description |
|---|---|
| bool |
|
Check if a feature level is supported by a particular adapter.
public static bool IsSupportedFeatureLevel(Adapter adapter, FeatureLevel featureLevel)
| Type | Name | Description |
|---|---|---|
| Adapter | adapter | The adapter. |
| FeatureLevel | featureLevel | The feature level. |
| Type | Description |
|---|---|
| bool |
|