summary refs log tree commit diff
path: root/src/Render.cpp
AgeCommit message (Collapse)Author
2024-04-14Fix SIOF [1] in asset system and rework for better flexibilityMel
[1]: https://en.cppreference.com/w/cpp/language/siof
2024-04-09Raise hard-coded FPS limit to 60Mel
2024-04-09Add FPS limiting for render threadMel
2024-02-15Give all threads specific thread roles and assert thread safetyMel
2024-02-12Split rendering into own thread and sync through render action listsMel