mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 01:00:51 +00:00
Add ability to convert a capture to structured data without replaying
This commit is contained in:
@@ -424,7 +424,7 @@ static void ActiveRemoteClientThread(ClientThread *threadData)
|
||||
}
|
||||
else
|
||||
{
|
||||
driver->ReadLogInitialisation(rdc);
|
||||
driver->ReadLogInitialisation(rdc, false);
|
||||
|
||||
RenderDoc::Inst().SetProgressPtr(NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user