Skip to content

Potentially drop support for vk::UniqueHandles in the future #2479

Description

@M2-TE

As shortly mentioned in #2358 (comment), use cases for vk::UniqueHandle could be superceded by the more versatile vk::raii::Handles. This might warrant deprecating them and eventually removing them from the headers.

One concern I wrote about in the abovementioned thread is that vk::UniqueHandles use the normal static/dynamic dispatchers, whereas vk::raii::Handles apparently use their own. The former could therefore be much more easily mixed together with the normal vk::Handles. It would be great if someone with more experience using the raii handles could comment on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions