mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 11:16:04 +02:00
Call gl::globalRelease() for paused surfaces, this fixes a very common deadlock on mac. But for PC, by inspection, a race condition could occur over the _syncRequested boolean, between the main and qml rendering thread. To fix this, we split render and renderSync into separate messages. |
||
---|---|---|
.. | ||
src/qml | ||
CMakeLists.txt |