Interface IComputeRenderGraphBuilder
A builder for a compute render pass AddComputePass<PassData>(string, out PassData, string, int)
Inherited Members
Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface IComputeRenderGraphBuilder : IBaseRenderGraphBuilder, IDisposable
Methods
Name | Description |
---|---|
SetRenderFunc<PassData>(BaseRenderFunc<PassData, ComputeGraphContext>) | Specify the render function to use for this pass. A call to this is mandatory for the pass to be valid. |