Multithreading and OpenGL

Started by
0 comments, last by Prozak 22 years, 5 months ago
Hi all, I had some code done using GL and multithreading, but it did not show anything on-screen. Of course it must be my fault, so, my questions is, where can I find info and some tuts/examples on mulithreading with OpenGL? Thanx all, Hugo Ferreira UniteK Future "Concentrate, and you can see it. If you see it, then it is possible. If it is possible, you can Achieve it."
Advertisement
Don''t know about tuts but the basic thing you need to know is that you can only have one context per thread. So for 4 contexts you need 4 threads.

The fanatic is incorruptible: if he kills for an idea, he can just as well get himself killed for one; in either case, tyrant or martyr, he is a monster.
--EM Cioran

Opere Citato
"... we should have such an empire for liberty as she has never surveyed since the creation ..."Thomas Jefferson

This topic is closed to new replies.

Advertisement