Let drawcall callbacks specify that all cmd buffers should be re-done

This commit is contained in:
baldurk
2016-02-07 18:49:49 +01:00
parent 4814c58ab8
commit 8134642812
5 changed files with 34 additions and 4 deletions
+5
View File
@@ -98,6 +98,11 @@ struct GPUTimerCallback : public DrawcallCallback
{
}
bool RecordAllCmds()
{
return true;
}
WrappedVulkan *m_pDriver;
VulkanReplay *m_pReplay;
VkQueryPool m_QueryPool;