GetFlag(DLSSFeatureFlags)
Helper function. Gets whether a DLSS feature is set or unset.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public bool GetFlag(DLSSFeatureFlags flag)
Parameters
The feature flag to get the state from.
Returns
Type | Description |
|---|---|
| bool | Indicates whether the feature state is set or unset. |
Remarks
Additional Resources: DLSSFeatureFlags