Queue any indirect data fetches to happen outside of a renderpass
* Since vkCmdCopyBuffer can't run inside a renderpass we have to delay it until the renderpass ends. Warn if there is a subpass dependency that would allow writing the indirect args inside the RP (which we would then miss)
Loading
Please register or sign in to comment