Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public readonly struct OptimalDLSSSettingsData

Remarks

Additional Resources: GraphicsDevice.GetOptimalSettings

Properties

Property

Description

maxHeightThe maximum height that DLSS recommends for dynamic resolution.
maxWidthThe maximum width that DLSS recommends for dynamic resolution.
minHeightThe minimum height that DLSS recommends for dynamic resolution.
minWidthThe minimum width that DLSS recommends for dynamic resolution.
outRenderHeightThe height of the output render resolution that DLSS recommends.
outRenderWidthThe width of the output render resolution that DLSS recommends.
sharpnessThe sharpness value that DLSS recommends.