mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
6fe179bea3
* APP_CMD_INIT_WINDOW can be called when the application hasn't fully shutdown, and the thread is still running. Hold a lock while we're inside renderdoccmd() so that we know if the thread has exited or not. * This would be easier if android had pthread_tryjoin_np()...