IsFeatureAvailable(GraphicsDeviceFeature)
Checks if the current NVIDIA graphics card supports the feature you specify using the GraphicsDeviceFeature enum.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public bool IsFeatureAvailable(GraphicsDeviceFeature featureID)
Parameters
The Feature enum value that represents the feature to check support for.
Returns
Type | Description |
|---|---|
| bool | Returns true if the graphics card supports the feature. Otherwise, returns false. |