pwindows for GL process
Hello
Maybe this was covered already but I haven't found an answer with the search method on the forum.
Is there a way to have multiple pwindows for GL process without using a jit.matrix ?
I have used jit.gl.asyncread but my understanding is that its showing the render of gl.render.
I have many steps of my process that I would like to see and using jit.matrix slows down my FPS.
Here's an patch exemple. I have few pwindows and process like this.
What could I do increase my performance ?
just use the name attribute to name the GL context the same way as you do with jit.window.
Not sure I understand Oli
Do you have an exemple ?
Do you mean having multiple jit.window with different names ?
you can do it with jit.gl.texture here an example, but having lot of pwindows will slow you down
also have a look at Recipe 39: Preview
https://cycling74.com/tutorials/jitter-recipes-book-3/
cheers ben
Thank you very much Ben ! Just what I needed to understand :-)