Skip to content

create_renderpass does not natively support subpass self-dependencies #36

Open
@JakobPer

Description

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.

Metadata

Assignees

No one assigned

    Labels

    VulkanVulkan-centric taskenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions