# Sandbox.Engine.Settings.RenderSettings.IsUpscalerModeSupported

```csharp
static bool IsUpscalerModeSupported(UpscalerMode mode)
```

Returns whether the given [Sandbox.Engine.Settings.RenderSettings.UpscalerMode](/api/Sandbox.Engine.Settings.RenderSettings/UpscalerMode) is usable on the current graphics
device. Off / Stretch / FSR1 / FSR3 are always available; DLSS requires NVIDIA hardware
with NGX support and is queried from the native render device.

### Parameters

- `mode` (`UpscalerMode`)

### Returns

`bool`

Declared in [Sandbox.Engine.Settings.RenderSettings](/api/Sandbox.Engine.Settings.RenderSettings).
Assembly: `Sandbox.Engine`.
