Quote Originally Posted by saman_artorious View Post
As far as GPU is doing all the work asynchronously, CPU threads are pointless. Therefore, your application would always be single-threaded. (at least for rendering)
That's not exactly true. You still have to push data into the GL pipeline using CPU.