You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2018. It is now read-only.
At least one of these barriers are inserted after a vkCmdCopyImage command, so src_stages must include at least VK_PIPELINE_STAGE_TRANSFER_BIT. Having dest_stages be TOP_OF_PIPE is overly conservative, but not wrong. (I'm guessing FRAGMENT_SHADER_BIT|TRANSFER_BIT would be sufficient, but I haven't checked in detail.)
The text was updated successfully, but these errors were encountered:
demos/cube.c does this:
.. which is a no-op per the explanation in #1006.
At least one of these barriers are inserted after a vkCmdCopyImage command, so src_stages must include at least VK_PIPELINE_STAGE_TRANSFER_BIT. Having dest_stages be TOP_OF_PIPE is overly conservative, but not wrong. (I'm guessing FRAGMENT_SHADER_BIT|TRANSFER_BIT would be sufficient, but I haven't checked in detail.)
The text was updated successfully, but these errors were encountered: