mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Don't enumerate available GPUs when running in renderdoccmd
This commit is contained in:
@@ -417,7 +417,8 @@ void *cmdthread(void *)
|
||||
{
|
||||
ANDROID_LOG("Entering cmd thread");
|
||||
m_CmdLock.lock();
|
||||
renderdoccmd(GlobalEnvironment(), args);
|
||||
GlobalEnvironment env;
|
||||
renderdoccmd(env, args);
|
||||
m_CmdLock.unlock();
|
||||
ANDROID_LOG("Exiting cmd thread");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user