GetFlag(FfxFsr2InitializationFlags)
Helper function. Identifies whether an initialization flag is set or unset. See Also: FfxFsr2InitializationFlags.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AMD
- Assembly: UnityEngine.AMDModule
public bool GetFlag(FfxFsr2InitializationFlags flag)
Parameters
The feature flag to get the state from.
Returns
Type | Description |
|---|---|
| bool | Indicates whether the feature state is set or unset. |