Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix first
vkCmdPipelineBarrier
in buildTlas
's command buffer
Argument `srcStageMask` in `vkCmdPipelineBarrier` should be set to `VK_PIPELINE_STAGE_TRANSFER_BIT` in order to guarantee synchronization of `vkCmdCopyBuffer`. Signed-off-by: Kacper Zielinski <[email protected]>
- Loading branch information