Skip to content

[Feature Request] Get Queue and Queue Index Utility #197

Open
@nickclark2016

Description

@nickclark2016

A lot of times, it's nice to have both the VkQueue and queue index. I propose we add this convenience function to vkb::Device:

vkb::Result<std::pair<VkQueue, std::uint32_t>> vkb::Device::get_queue_and_index(vkb::QueueType type) const;

Upon failure to fetch the queue index or VkQueue, it would return a result with the respective error. Upon successfully fetching both, it would return a pair of the queue and index.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions