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