# Sandbox.Engine.Settings.Fsr3UpscalerQuality

Controls the upscaler quality preset which determines the internal render resolution.
Higher quality = higher resolution = better image but lower performance.

- Kind: enum
- Namespace: `Sandbox.Engine.Settings`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Balanced`](/api/Sandbox.Engine.Settings.Fsr3UpscalerQuality/Balanced): Renders at 1/1.7 of the display resolution
- [`Native`](/api/Sandbox.Engine.Settings.Fsr3UpscalerQuality/Native): Renders at native resolution. FSR3 still runs to provide temporal anti-aliasing.
- [`Off`](/api/Sandbox.Engine.Settings.Fsr3UpscalerQuality/Off): No upscaling, render at native resolution
- [`Performance`](/api/Sandbox.Engine.Settings.Fsr3UpscalerQuality/Performance): Renders at 1/2 of the display resolution
- [`Quality`](/api/Sandbox.Engine.Settings.Fsr3UpscalerQuality/Quality): Renders at 1/1.5 of the display resolution (best image quality)
- [`UltraPerformance`](/api/Sandbox.Engine.Settings.Fsr3UpscalerQuality/UltraPerformance): Renders at 1/3 of the display resolution (highest performance)
