///Same as 'port.Call(f)'
 public void Call(FlowOutput port) {
     port.Call(this);
 }
Example #2
0
 void OnRenderImage(RenderTexture source, RenderTexture dest)
 {
     t1 = source;
     t2 = dest;
     fOut.Call(new Flow());
 }