Home › Forums › Syphon › Syphon Development – Developer › NSImage to Syhon › Reply To: NSImage to Syhon
January 7, 2017 at 7:56 pm
#59232
Participant
Pertaining to being in the right context, I also wrote this to check which does not print out any messages to indicate the contexts got destroyed and recreated, seems to be the same as what I started syphon with:
if( CGLGetCurrentContext() != [myServer context] ) {
NSLog(@"Contexts don't match yo!");
}