Home › Forums › Syphon › Syphon Development – Developer › Bypass QCRenderer single-thread limitation › Reply To: Bypass QCRenderer single-thread limitation
July 25, 2013 at 2:26 am
#26891
Keymaster
Ideally do all your processing in OpenGL and leave the pixels on the GPU, but if you absolutely must get at them, draw into an FBO, get the pixels from that. Using glGetTexImage() on a SyphonImage directly won’t return useful pixel data – it’s a limitation of the underlying IOSurface.