SetFlag(DLSSFeatureFlags, bool)
Helper function. Controls the feature flags used by DLSS..
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public void SetFlag(DLSSFeatureFlags flag, bool value)
Parameters
The feature flag to set or unset.
Indicates whether to set or unset the flag.
Remarks
Additional Resources: DLSSFeatureFlags