Quote Originally Posted by Chebmaster
As far as I know, OpenGL is *not* thread-safe. It's a purely single-threaded system. So no, you cannot render in another thread. You can do math, physics, background loading, though.
Ugh.. your logic is flawed, opengl is useful within any thread as long as you execute opengl calls only one thread.