Best strategy to concatenate effects

Hi there,

the title says it all. How do I concatenate effect nodes?
What I want to do is for example apply the invert effect and afterwards maybe a glow, or shift rgb… do I always have to create a renderer between theese nodes and create dynamic textures? That doesn’t really sound like the best way for me…

thats the way to do it… as the data stays on the GPU in this case, it is very fast, if the renderer is hidden! read this thread: https://discourse.vvvv.org/t/7187

i am afraid thats the way to go.

in order to save yourself some mouseclicks though it is best to put such stuff in modules like we are working on in: https://discourse.vvvv.org/t/7187

Okay thanks, then I will do it that way… didn’t know a hidden renderer makes a difference.