Syphon video coming in upside down
I am sending video from VDMX to Max using syphon. The syphon client external brings the video in as a texture. But it seems to be upside down.
The quick fix would be to flip the texture. How does one do this?
jit.gl.texture @flip 1 or 0 depending
So easy?! Thanks!