Quote Originally Posted by Andru View Post
I switch context only one time - for creating second context. After that all threads working without switching and waiting
You need to switch the context. Otherwise your rendering commands will be send to the wrong threads if you want to handle drawing onscreen.