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