Home › Forums › Syphon › Syphon Development – Developer › OpenGL 3.2 Context causes glitches? › Reply To: OpenGL 3.2 Context causes glitches?
July 27, 2012 at 3:30 am
#6220
Keymaster
Using <OpenGL/CGLMacro.h> you don’t need to get/store/set the CGL context at all – just make sure the variable named cgl_ctx is the one you’re drawing into and the macros will direct glFunction calls to the appropriate context. Otherwise at first glance I heartily approve these changes.
-
This reply was modified 8 years, 7 months ago by
bangnoise. Reason: OpenGL/CGLMacro.h probably isn't a useful html tag