mirror of https://git.suyu.dev/suyu/suyu
Qt: Silence a bogus warning printed when using the debug runtime
The Qt debug runtime prints a bogus warning on the console if you haven't called makeCurrent since the last time you called swapBuffers. This presumably means something if you're using QGLWidget the "regular" way, but in our multi-threaded use case is harmless since we never call doneCurrent in the rendering thread.merge-requests/60/head
parent
a7946f9027
commit
c9244a03c7
Loading…
Reference in New Issue