# HDRDisplaySupportFlags

> A set of flags that describe the level of HDR display support available on the GPU and driver.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
[Flags]
public enum HDRDisplaySupportFlags
```

## Remarks

See [SystemInfo.hdrDisplaySupportFlags](/engine/6000.7/script-reference/unityengine/systeminfo/hdrdisplaysupportflags.md) for more details.

## Fields

| Value                                                                                                              | Description                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AutomaticTonemapping](/engine/6000.7/script-reference/unityengine/hdrdisplaysupportflags/automatictonemapping.md) | Denotes if the GPU and driver support automatic tone mapping to HDR displays.                                                                        |
| [None](/engine/6000.7/script-reference/unityengine/hdrdisplaysupportflags/none.md)                                 | Denotes that support for HDR displays is not available for the GPU and the driver. It doesn't indicate HDR compatibility for your monitor's display. |
| [RuntimeSwitchable](/engine/6000.7/script-reference/unityengine/hdrdisplaysupportflags/runtimeswitchable.md)       | Denotes that the GPU and driver can change whether the output is performed in HDR or SDR ranges at runtime when connected to a HDR display.          |
| [Supported](/engine/6000.7/script-reference/unityengine/hdrdisplaysupportflags/supported.md)                       | Denotes that support for HDR displays is available for the GPU and the driver. It doesn't indicate HDR compatibility for your monitor's display.     |
