Options that represent subfeatures of DLSS.
| Property | Description |
|---|---|
| None | Disables every subfeature. |
| IsHDR | Indicates whether the input buffer uses high dynamic range. If set, the input buffer is raw luminance, if not set, the input buffer is normalized color. |
| MVLowRes | Indicates whether the input motion vector buffer is a lower resolution than the output. If set, you must specify DLSSCommandExecutionData.mvScaleX and DLSSCommandExecutionData.mvScaleY. |
| MVJittered | Indicates whether the input motion vectors already include camera jitter. If set, DLSS will subtract the jitter specified by DLSSCommandExecutionData.jitterOffsetX and DLSSCommandExecutionData.jitterOffsetY from the motion vectors. |
| DepthInverted | Indicates whether or not to invert the depth buffer. |
| AutoExposure | Indicates whether or not to use the auto exposure for missing exposure input. |