enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseA set of flags that describe the level of HDR display support available on the GPU and driver.
See SystemInfo.hdrDisplaySupportFlags for more details.
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. |
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. |
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. |
AutomaticTonemapping | Denotes if the GPU and driver support automatic tone mapping to HDR displays. |