Struct DirectionRotator.GraphKernel
Inherited Members
Namespace: Unity.DataFlowGraph.Examples.RenderGraph
Syntax
public struct GraphKernel : IGraphKernel<DirectionRotator.KernelData, DirectionRotator.KernelDefs>, IGraphKernel
Methods
Execute(RenderContext, DirectionRotator.KernelData, ref DirectionRotator.KernelDefs)
Declaration
public void Execute(RenderContext ctx, DirectionRotator.KernelData data, ref DirectionRotator.KernelDefs ports)
Parameters
Type | Name | Description |
---|---|---|
RenderContext | ctx | |
DirectionRotator.KernelData | data | |
DirectionRotator.KernelDefs | ports |