Interface IRenderGraphEnabledRenderPipeline
Interface to add/manage Render Graph related parameters across different types of RenderPipelineAssets.
Namespace: UnityEngine.Rendering.RenderGraphModule
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface IRenderGraphEnabledRenderPipeline
Properties
isImmediateModeSupported
Indicates if this render pipeline instance supports ImmediateMode when debugging the render graph.
Declaration
bool isImmediateModeSupported { get; }
Property Value
Type | Description |
---|---|
bool |