Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

AutomaticTonemappingDenotes if the GPU and driver support automatic tone mapping to HDR displays.
NoneDenotes 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.
RuntimeSwitchableDenotes 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.
SupportedDenotes that support for HDR displays is available for the GPU and the driver. It doesn't indicate HDR compatibility for your monitor's display.