mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Depending on how the threads get assigned, the actual render rate (not just the stats) could be as little as a third of what is targetted. That's because the code was insisting on an empty texture escrow before our update/render cycle could begin, and otherwise just waits for the next whole cycle. On my MacbookPro, this was regularly giving a render average of 20fps instead of 60. |
||
---|---|---|
.. | ||
src/display-plugins | ||
CMakeLists.txt |