docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ScriptableRenderPassInput

    Input requirements for ScriptableRenderPass.

    Namespace: UnityEngine.Rendering.Universal
    Assembly: Unity.RenderPipelines.Universal.Runtime.dll
    Syntax
    [Flags]
    public enum ScriptableRenderPassInput

    Fields

    Name Description
    Color

    Used when a ScriptableRenderPass requires a color texture.

    Depth

    Used when a ScriptableRenderPass requires a depth texture.

    Motion

    Used when a ScriptableRenderPass requires a motion vectors texture.

    None

    Used when a ScriptableRenderPass does not require any texture.

    Normal

    Used when a ScriptableRenderPass requires a normal texture.

    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)