The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Multiple OpenGL contexts bug on ANGLE?
vroad


Joined: 15 Oct 2015
Posts: 9
Out of curiosity, I tried creating multiple OpenGL contexts and windows on ANGLE. Then I've found that it stops working with "OpenGL not initialized" error whenever I close one of windows.
It seems that SDL automatically unloads ANGLE libraries when one of OpenGL context is deleted. Test app works fine if I don't delete context.
but why is SDL handling cleanup in such a bad way? Maybe It's not tested with multiple contexts?

https://hg.libsdl.org/SDL/file/007dfe83abf8/src/video/windows/SDL_windowsopengles.c#l97