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
Name | Description |
---|---|
HDR_COLORSPACE_CONVERSION | Keyword string for converting to the correct output color space. |
HDR_COLORSPACE_CONVERSION_AND_ENCODING | Keyword string for converting to the correct output color space and applying the color encoding. |
HDR_ENCODING | Keyword string for applying the color encoding. |
HDR_INPUT | Keyword string to enable when a shader must be aware the input color space is in nits HDR range. |