IsFeatureAvailable(GraphicsDeviceFeature)
Checks if current platform supports given feature.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AMD
- Assembly: UnityEngine.AMDModule
public bool IsFeatureAvailable(GraphicsDeviceFeature featureID)
Parameters
The feature to check.
Returns
Type | Description |
|---|---|
| bool | Returns true on success. False otherwise. |