Add ability to convert a capture to structured data without replaying

This commit is contained in:
baldurk
2017-10-05 16:58:49 +01:00
parent 15f78b7ffd
commit 7ca6c80414
21 changed files with 347 additions and 68 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ static void ActiveRemoteClientThread(ClientThread *threadData)
}
else
{
driver->ReadLogInitialisation(rdc);
driver->ReadLogInitialisation(rdc, false);
RenderDoc::Inst().SetProgressPtr(NULL);