docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate RenderFunc<PassData>

    The Render Pass rendering delegate.

    Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public delegate void RenderFunc<PassData>(PassData data, RenderGraphContext renderGraphContext) where PassData : class, new()
    Parameters
    Type Name Description
    PassData data

    Render Pass specific data.

    RenderGraphContext renderGraphContext

    Global Render Graph context.

    Type Parameters
    Name Description
    PassData

    The type of the class used to provide data to the Render Pass.

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    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)