Stop writing debug text after reading stage

* The device was already doing this on its own serialiser, but if the
  context flattened the log it would have its own, and would waste time
  stringifying data
This commit is contained in:
baldurk
2017-08-31 10:15:44 +01:00
parent 5b74e32428
commit 4084f66af0
+3
View File
@@ -1407,6 +1407,9 @@ void WrappedID3D11DeviceContext::ReplayLog(LogState readType, uint32_t startEven
RDCLOG("Flattened");
}
if(readType != READING)
m_pSerialiser->SetDebugText(false);
m_DoStateVerify = true;
if(readType == EXECUTING && m_pDevice->GetNumDeferredContexts() &&