Class HDROutputUtils.ShaderKeywords
Shader keywords for communicating with the HDR Output shader implementation.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public static class HDROutputUtils.ShaderKeywords
Fields
HDR_COLORSPACE_CONVERSION
Keyword string for converting to the correct output color space.
Declaration
public const string HDR_COLORSPACE_CONVERSION = "HDR_COLORSPACE_CONVERSION"
Field Value
Type | Description |
---|---|
string |
HDR_COLORSPACE_CONVERSION_AND_ENCODING
Keyword string for converting to the correct output color space and applying the color encoding.
Declaration
public const string HDR_COLORSPACE_CONVERSION_AND_ENCODING = "HDR_COLORSPACE_CONVERSION_AND_ENCODING"
Field Value
Type | Description |
---|---|
string |
HDR_ENCODING
Keyword string for applying the color encoding.
Declaration
public const string HDR_ENCODING = "HDR_ENCODING"
Field Value
Type | Description |
---|---|
string |
HDR_INPUT
Keyword string to enable when a shader must be aware the input color space is in nits HDR range.
Declaration
public const string HDR_INPUT = "HDR_INPUT"
Field Value
Type | Description |
---|---|
string |