HDRDisplaySupportFlags
A set of flags that describe the level of HDR display support available on the GPU and driver.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
[Flags]public enum HDRDisplaySupportFlags
Remarks
See SystemInfo.hdrDisplaySupportFlags for more details.
Fields
Value | Description |
|---|---|
| AutomaticTonemapping | Denotes if the GPU and driver support automatic tone mapping to HDR displays. |
| None | 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 | 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 | 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. |