Skip to content
Unverified Commit 1b5ffb01 authored by baldurk's avatar baldurk
Browse files

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)
parent e5784eb7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment