docs.unity.cn
    Show / Hide Table of Contents

    Class HDROutputUtils.ShaderKeywords

    Shader keywords for communicating with the HDR Output shader implementation.

    Inheritance
    Object
    HDROutputUtils.ShaderKeywords
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Rendering
    Syntax
    public static class 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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023