DLSSQuality
Options for DLSS performance modes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public enum DLSSQuality
Fields
Value | Description |
|---|---|
| Balanced | Balances performance with quality. |
| DLAA | Deep Learning Anti-Aliasing, no upscaling. |
| MaximumPerformance | Fast performance, lower quality. |
| MaximumQuality | High quality, less performant. |
| UltraPerformance | Fastest performance, lowest quality. |