Skip to content

[Impeller][Vulkan] create one DescriptorPool per frame. #157115

@jonahwilliams

Description

@jonahwilliams

Right now we create descriptor pools per command buffer, but the descriptor pools themselves are quite expensive. We only need ~1 per frame (each can grow by allocating more descriptor pools internally). As a quick hack, putting a shared_ptr descriptor pool on context vk and resetting it at the end of the frame is sufficient. needs to be thread safe though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work liste: impellerImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions