Auto-Vk icon indicating copy to clipboard operation
Auto-Vk copied to clipboard

create_renderpass does not natively support subpass self-dependencies

Open JakobPer opened this issue 4 years ago • 0 comments

If you want to use pipeline barriers withing a renderpass or subpass, a self-dependency to the subpass the barrier is used in needs to be specified during renderpass creation. Details here.

This can currently be circumvented by using the alterConfigBeforeCreation feedback, but needs to be done with native Vulkan configs. A suitable abstraction (maybe in the renderpass_sync?) would be great for that.

JakobPer avatar Nov 20 '20 16:11 JakobPer