docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RenderGraphContext

    This class specifies the context given to every render pass.

    Inheritance
    object
    RenderGraphContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public class RenderGraphContext

    Fields

    cmd

    Command Buffer used for rendering.

    Declaration
    public CommandBuffer cmd
    Field Value
    Type Description
    CommandBuffer

    defaultResources

    Render Graph default resources.

    Declaration
    public RenderGraphDefaultResources defaultResources
    Field Value
    Type Description
    RenderGraphDefaultResources

    renderContext

    Scriptable Render Context used for rendering.

    Declaration
    public ScriptableRenderContext renderContext
    Field Value
    Type Description
    ScriptableRenderContext

    renderGraphPool

    Render Graph pool used for temporary data.

    Declaration
    public RenderGraphObjectPool renderGraphPool
    Field Value
    Type Description
    RenderGraphObjectPool

    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)