Class RenderGraphContext
This class specifies the context given to every render pass.
Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
Syntax
public class RenderGraphContext : objectFields
cmd
Command Buffer used for rendering.
Declaration
public CommandBuffer cmdField Value
| Type | Description | 
|---|---|
| CommandBuffer | 
defaultResources
Render Graph default resources.
Declaration
public RenderGraphDefaultResources defaultResourcesField Value
| Type | Description | 
|---|---|
| RenderGraphDefaultResources | 
renderContext
Scriptable Render Context used for rendering.
Declaration
public ScriptableRenderContext renderContextField Value
| Type | Description | 
|---|---|
| ScriptableRenderContext | 
renderGraphPool
Render Graph pooll used for temporary data.
Declaration
public RenderGraphObjectPool renderGraphPoolField Value
| Type | Description | 
|---|---|
| RenderGraphObjectPool |