|
Multithreaded code
Hi Forum,
I'm having major problems with some multithreaded OpenGL code of mine. So before I waste more time trying to make it run, I though I should ask here: Is it at all possible to use ATI's current Linux drivers from multiple threads? I have one thread that renders to the framebuffer and then a couple of other threads that renders to textures using FBOs.
(It's works on a GeForce so at least the code can't be totally broken.)
|