Version: 2022.2
LanguageEnglish
  • C#

HDRDisplayBitDepth

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Options for the number of bits for HDR output in each color channel of swap chain buffers. Applicable when an HDR display is active.

The bit count also defines the method Unity uses to render content to the display.

Properties

BitDepth10Unity uses the R10G10B10A2 buffer format and Rec2020 primaries with ST2084 PQ encoding.
BitDepth16Unity uses the R16G16B16A16 buffer format and Rec709 primaries with linear color (no encoding).