docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ScriptableRendererData.DebugShaderResources

    Class contains references to shader resources used by Rendering Debugger.

    Inheritance
    object
    ScriptableRendererData.DebugShaderResources
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering.Universal
    Assembly: Unity.RenderPipelines.Universal.Runtime.dll
    Syntax
    [Serializable]
    [ReloadGroup]
    public sealed class ScriptableRendererData.DebugShaderResources

    Fields

    debugReplacementPS

    Debug shader used to output interpolated vertex attributes.

    Declaration
    [Reload("Shaders/Debug/DebugReplacement.shader", ReloadAttribute.Package.Root)]
    public Shader debugReplacementPS
    Field Value
    Type Description
    Shader

    hdrDebugViewPS

    Debug shader used to output HDR Chromacity mapping.

    Declaration
    [Reload("Shaders/Debug/HDRDebugView.shader", ReloadAttribute.Package.Root)]
    public Shader hdrDebugViewPS
    Field Value
    Type Description
    Shader
    In This Article
    Back to top
    Copyright © 2025 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)