mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
524e011133
Before this commit we would greedily wait for the upload to be complete before exiting the function. This is of course not correct, since we might be changing data that is still being used in a render in flight. Of course we also need to cleanup the resources asynchronously after the frame has been rendered fully.