docs.unity3d.com
Search Results for

    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.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)