overte/libraries/render-utils
Anthony Thibault dc43d1bf8f AnimDebugDraw: Prevent multi-threaded access to shared map collection.
It was possible for the render thread to iterate over a map while the main thread mutates the same map.
This could have led to memory corruption and crashes.

To fix this we make a copy of the collection and pass the copy to the lambda that executes on the render thread.
2018-11-02 17:53:07 -07:00
..
res/fonts
src AnimDebugDraw: Prevent multi-threaded access to shared map collection. 2018-11-02 17:53:07 -07:00
CMakeLists.txt Moving to cmake time shader compiling 2018-08-03 14:58:11 -07:00