multiple opengl windows on windows
category: code [glöplog]
Best optimization you can do for multiple windows/multithreading is to ditch OpenGL and use Direct3D 11. You're on Windows anyway.
My single windowed thing works on linux, so I want to keep support for both.