This version of Unity is unsupported.

DLSSCommandInitializationData

struct in UnityEngine.NVIDIA

/

Implemented in:UnityEngine.NVIDIAModule

Description

Represent the initialization state of a DLSSContext. You can only use and set this when calling GraphicsDevice.CreateFeature.

Properties

featureFlagsBit mask containing feature flags to be used for DLSS.
inputRTHeightThe texture input height size of the input buffers in texels.
inputRTWidthThe texture input width size of the input buffers in texels.
outputRTHeightThe output buffer height size in texels to upscale to.
outputRTWidthThe output buffer width size in texels to upscale to.
qualityThe quality property for DLSS.

Public Methods

GetFlagHelper function. Gets weither if a DLSS feature is set or unset. See Also: DLSSFeatureFlags.
SetFlagHelper function. Controls the feature flags used by DLSS. See Also: DLSSFeatureFlags.