mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-05 05:15:47 +00:00
Clear indirect copies list after it's been processed at the end of an RP
This commit is contained in:
@@ -1307,6 +1307,8 @@ bool WrappedVulkan::Serialise_vkCmdEndRenderPass(SerialiserType &ser, VkCommandB
|
||||
m_BakedCmdBufferInfo[m_LastCmdBufferID].indirectCopies)
|
||||
ExecuteIndirectReadback(commandBuffer, indirectcopy);
|
||||
|
||||
m_BakedCmdBufferInfo[m_LastCmdBufferID].indirectCopies.clear();
|
||||
|
||||
std::vector<VkImageMemoryBarrier> imgBarriers = GetImplicitRenderPassBarriers(~0U);
|
||||
|
||||
ResourceId cmd = GetResID(commandBuffer);
|
||||
|
||||
Reference in New Issue
Block a user