mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Add sleep to RGP worker thread loop
This commit is contained in:
@@ -757,6 +757,7 @@ void RGPWorkerThreadFunc(void* pThreadParam)
|
||||
break;
|
||||
|
||||
default:
|
||||
DevDriver::Platform::Sleep(10);
|
||||
break;
|
||||
}
|
||||
g_workerThreadMutex.lock();
|
||||
|
||||
Reference in New Issue
Block a user