Native Context has become !Send + !Sync
surban opened this issue · 0 comments
surban commented
The recent addition of debug callback functions has caused the native Context
to become !Send
and !Sync
.
This is problematic since it is legal to pass an OpenGL context from one thread to another. Therefore Context
should stay Send
+ Sync
.