mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
2147cb0b9f
* If we destroy them at the end of android_main we might destroy them while the thread is running and cause incorrect code flows where we try to join and restart the thread while it's blocking. * Don't get me started on why android_main exits when you get alt-tabbed away from...