Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Queue query API #214

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add new Queue query API #214

wants to merge 1 commit into from

Commits on Oct 22, 2023

  1. Add new Queue query API

    The original queue query API has shortcomings which cause confusion and
    make it harder to do the things people want with vk-bootstrap.
    
    Design features of the new API:
    * Choose a queue given a combination of queue types
        - Instead of only choosing based on a single queue type
    * Allow picking the first or 'preferred' queue for any given combination of queue types
    * Allow picking a present queue with a specific surface handle
    	- Instead of only using the surface the PhysicalDevice was selected with
    * Dont need to update the library to support new queue types over time
    charles-lunarg committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f290028 View commit details
    Browse the repository at this point in the history