cepl icon indicating copy to clipboard operation
cepl copied to clipboard

Initial context causing issues

Open cbaggers opened this issue 7 years ago • 0 comments

This may be wrong as I'm going on memory right now,

The implicit cepl context is causing us issues when the thread loading the code isnt the one we want to be running with GL. I also think the current code could potentially init a bunch of contexts at once, is this done correctly with respect to threads?

Maybe just say the thread which initialize-cepl is called from is the one that gets the implicit context, then all the rest need to use the with-context + make-context thing.

cbaggers avatar Mar 12 '18 15:03 cbaggers