Class RenderGraphContext
This class specifies the context given to every render pass.
Inherited Members
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 |