docs.unity3d.com
    Show / Hide Table of Contents

    Class RenderGraphContext

    This class specifies the context given to every render pass.

    Inheritance
    Object
    RenderGraphContext
    Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
    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.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023