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 system.
See SystemInfo.hdrDisplaySupportFlags for more details.
None | Flag used to denote that support for HDR displays is not available on the system. |
Supported | Flag used to denote that support for HDR displays is available on the system. |
RuntimeSwitchable | Flag used to denote that the system can change whether output is performed in HDR or SDR ranges at runtime when connected to an HDR display. |
AutomaticTonemapping | Flag used to denote if the system supports automatic tonemapping to HDR displays. |