mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Fix code for SINGLE_FLUSH_VALIDATE path
This commit is contained in:
@@ -375,7 +375,7 @@ bool WrappedVulkan::Serialise_vkQueueSubmit(SerialiserType &ser, VkQueue queue,
|
||||
|
||||
for(uint32_t i = 0; i < trimmedCmdIds.size(); i++)
|
||||
{
|
||||
ResourceId cmd = GetResID(submitInfo.pCommandBuffers[i]);
|
||||
ResourceId cmd = trimmedCmdIds[i];
|
||||
GetResourceManager()->ApplyBarriers(m_BakedCmdBufferInfo[cmd].imgbarriers,
|
||||
m_ImageLayouts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user