mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 02:41:47 +00:00
f290028cb5
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 |
||
---|---|---|
.. | ||
bootstrap_tests.cpp | ||
CMakeLists.txt | ||
error_code_tests.cpp | ||
unit_tests.cpp | ||
vulkan_library_loader.hpp | ||
vulkan_mock.cpp | ||
vulkan_mock.hpp |