Home › Forums › Syphon › Syphon Development – Developer › Getting frames from a NSOpenGLView › Reply To: Getting frames from a NSOpenGLView
February 8, 2012 at 12:04 pm
#5350
Guest
I would use the same context, or at the very least, a shared context. A non shared, separate context will 100% not work.
For simplicities sake, use the same context as the NSOpenGLView, no reason not to that I can think of.