# DLSSFeatureFlags

> Options that represent subfeatures of DLSS.

## Definition

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

```csharp
[Flags]
public enum DLSSFeatureFlags
```

## Fields

| Value                                                                                                 | Description                                                                                                                                                                                                                                                                                                                                                                               |
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AutoExposure](/engine/6000.6/script-reference/unityengine/nvidia/dlssfeatureflags/autoexposure.md)   | Indicates whether or not to use the auto exposure for missing exposure input.                                                                                                                                                                                                                                                                                                             |
| [DepthInverted](/engine/6000.6/script-reference/unityengine/nvidia/dlssfeatureflags/depthinverted.md) | Indicates whether or not to invert the depth buffer.                                                                                                                                                                                                                                                                                                                                      |
| [IsHDR](/engine/6000.6/script-reference/unityengine/nvidia/dlssfeatureflags/ishdr.md)                 | 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.                                                                                                                                                                                                                                  |
| [MVJittered](/engine/6000.6/script-reference/unityengine/nvidia/dlssfeatureflags/mvjittered.md)       | Indicates whether the input motion vectors already include camera jitter. If set, DLSS will subtract the jitter specified by [\_jitterOffsetX](/engine/6000.6/script-reference/unityengine/nvidia/dlsscommandexecutiondata/jitteroffsetx.md) and [\_jitterOffsetY](/engine/6000.6/script-reference/unityengine/nvidia/dlsscommandexecutiondata/jitteroffsety.md) from the motion vectors. |
| [MVLowRes](/engine/6000.6/script-reference/unityengine/nvidia/dlssfeatureflags/mvlowres.md)           | Indicates whether the input motion vector buffer is a lower resolution than the output. If set, you must specify [\_mvScaleX](/engine/6000.6/script-reference/unityengine/nvidia/dlsscommandexecutiondata/mvscalex.md) and [\_mvScaleY](/engine/6000.6/script-reference/unityengine/nvidia/dlsscommandexecutiondata/mvscaley.md).                                                         |
| [None](/engine/6000.6/script-reference/unityengine/nvidia/dlssfeatureflags/none.md)                   | Disables every subfeature.                                                                                                                                                                                                                                                                                                                                                                |
