Struct PolynomialCubeRotator.ProceduralGeneratorNode.GraphKernel
Syntax
public struct GraphKernel : IGraphKernel<PolynomialCubeRotator.ProceduralGeneratorNode.KernelData, PolynomialCubeRotator.ProceduralGeneratorNode.KernelDefs>, IGraphKernel
Methods
Execute(RenderContext, PolynomialCubeRotator.ProceduralGeneratorNode.KernelData, ref PolynomialCubeRotator.ProceduralGeneratorNode.KernelDefs)
Declaration
public void Execute(RenderContext ctx, PolynomialCubeRotator.ProceduralGeneratorNode.KernelData data, ref PolynomialCubeRotator.ProceduralGeneratorNode.KernelDefs ports)
Parameters
Implements