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