-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Description
For now it was disabled because of threading issues and memory corruption:
#2615
It can be easily reproduced on Linux with GLX and requires some less trivial steps on Windows with EGL/ANGLE. Haven't checked on OSX, but I suspect that the firework there would be even more spectacular.
I had several attempts to fix it in rtb-gl-fixes branch, but it seems that we need to have two GrContext
instances with appropriate locking model.
angelofb