[]
Gets the maximum feature level supported by this instance.
public FeatureLevel GetMaximumSupportedFeatureLevel(FeatureLevel[] featureLevels)
| Type | Name | Description |
|---|---|---|
| FeatureLevel[] | featureLevels | An array of feature levels |
| Type | Description |
|---|---|
| FeatureLevel | The maximum feature level selected from the array |
HRESULT ID2D1EffectContext::GetMaximumSupportedFeatureLevel([In, Buffer] const D3D_FEATURE_LEVEL* featureLevels,[In] unsigned int featureLevelsCount,[Out] D3D_FEATURE_LEVEL* maximumSupportedFeatureLevel)
public FeatureLevel GetMaximumSupportedFeatureLevel(FeatureLevel[] featureLevels, int featureLevelsCount)
| Type | Name | Description |
|---|---|---|
| FeatureLevel[] | featureLevels | |
| int | featureLevelsCount |
| Type | Description |
|---|---|
| FeatureLevel |