How can I run a network of GLSL TOP’s multiple times per frame? It’s possible to run a single GLSL TOP multiple times via the ‘passes’ parameter but there doesn’t appear to be a way to run a network multiple times per frame. For example, if wanted to run the fluid simulation component multiple times per frame.
Would I need to create a C++ Top and implement the looping myself?