Home › Forums › Syphon › Syphon Development – Developer › Texture from NSBitmapImageRep to SyphonServer? › Reply To: Texture from NSBitmapImageRep to SyphonServer?
August 26, 2011 at 4:24 am
#5201
Keymaster
Cool – glad it’s working. If the only GL work you do is this, you should be able to set the context once after you create it, and it will remain set for subsequent renders. Alternatively, look into using CGLMacro.h, which is the fastest possible way to direct commands to a context.