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.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public readonly struct OptimalDLSSSettingsData
Remarks
Additional Resources: GraphicsDevice.GetOptimalSettings
Properties
Property | Description |
|---|---|
| maxHeight | The maximum height that DLSS recommends for dynamic resolution. |
| maxWidth | The maximum width that DLSS recommends for dynamic resolution. |
| minHeight | The minimum height that DLSS recommends for dynamic resolution. |
| minWidth | The minimum width that DLSS recommends for dynamic resolution. |
| outRenderHeight | The height of the output render resolution that DLSS recommends. |
| outRenderWidth | The width of the output render resolution that DLSS recommends. |
| sharpness | The sharpness value that DLSS recommends. |