mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-08 15:51:01 +00:00
Fix compilation with SINGLE_FLUSH_VALIDATE enabled
This commit is contained in:
@@ -453,7 +453,7 @@ void WrappedVulkan::ReplayQueueSubmit(VkQueue queue, VkSubmitInfo2KHR submitInfo
|
||||
for(size_t i = 0; i < rerecordedCmds.size(); i++)
|
||||
{
|
||||
DoSubmit(queue, submitInfo);
|
||||
submitInfo.pCommandBuffers++;
|
||||
submitInfo.pCommandBufferInfos++;
|
||||
|
||||
FlushQ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user