On Sat, 5 Nov 2011 17:57:04 -0700, Michael Broxton wrote:
> I wanted to send another quick request for help in case any PyQt devs or
> users can help me with the QGLWidget multi-threaded rendering bug I posted
> about below... I've done a little more testing this week and found that
> this issue o
Hi again,
I wanted to send another quick request for help in case any PyQt devs or users
can help me with the QGLWidget multi-threaded rendering bug I posted about
below... I've done a little more testing this week and found that this issue
occurs on Linux as well, so the problem does appear to
Hi there,
I'm attempting to write a PyQt application that renders to different QGLWidgets
from different threads (there is one QGLWidget accessed in each thread, and
each thread only renders to its one widget -- therefore the opengl contexts
should be strictly kept to their separate threads).