# OptimalDLSSSettingsData

> Represents the performance settings that DLSS recommends based on the system's graphics card and the size of the input and output color buffers.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.NVIDIA](/engine/6000.7/script-reference/unityengine/nvidia.md)
* **Assembly:** UnityEngine.NVIDIAModule

```csharp
public readonly struct OptimalDLSSSettingsData
```

## Remarks

Additional Resources: [GraphicsDevice.GetOptimalSettings](/engine/6000.7/script-reference/unityengine/nvidia/graphicsdevice/getoptimalsettings.md)

## Properties

| Property                                                                                                         | Description                                                      |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [maxHeight](/engine/6000.7/script-reference/unityengine/nvidia/optimaldlsssettingsdata/maxheight.md)             | The maximum height that DLSS recommends for dynamic resolution.  |
| [maxWidth](/engine/6000.7/script-reference/unityengine/nvidia/optimaldlsssettingsdata/maxwidth.md)               | The maximum width that DLSS recommends for dynamic resolution.   |
| [minHeight](/engine/6000.7/script-reference/unityengine/nvidia/optimaldlsssettingsdata/minheight.md)             | The minimum height that DLSS recommends for dynamic resolution.  |
| [minWidth](/engine/6000.7/script-reference/unityengine/nvidia/optimaldlsssettingsdata/minwidth.md)               | The minimum width that DLSS recommends for dynamic resolution.   |
| [outRenderHeight](/engine/6000.7/script-reference/unityengine/nvidia/optimaldlsssettingsdata/outrenderheight.md) | The height of the output render resolution that DLSS recommends. |
| [outRenderWidth](/engine/6000.7/script-reference/unityengine/nvidia/optimaldlsssettingsdata/outrenderwidth.md)   | The width of the output render resolution that DLSS recommends.  |
| [sharpness](/engine/6000.7/script-reference/unityengine/nvidia/optimaldlsssettingsdata/sharpness.md)             | The sharpness value that DLSS recommends.                        |
