Hello,

Do OpenGL calls have to be issued in the main thread (e.g. the same thread as the QGLWidget)?

I know the cull traversal and the render-graph generation can be done in a separate thread. Then the render-graph could be processed in the main thread if needed (e.g. in QGLWidget::paintGL).

Much thanks,
Ben