mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-10 08:41:04 +00:00
Let drawcall callbacks specify that all cmd buffers should be re-done
This commit is contained in:
@@ -98,6 +98,11 @@ struct GPUTimerCallback : public DrawcallCallback
|
||||
{
|
||||
}
|
||||
|
||||
bool RecordAllCmds()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
WrappedVulkan *m_pDriver;
|
||||
VulkanReplay *m_pReplay;
|
||||
VkQueryPool m_QueryPool;
|
||||
|
||||
Reference in New Issue
Block a user