28 VkQueueFamilyProperties queue_family;
29 uint32_t family_index;
52 VkQueueFlags required_flags,
A bundle of Vulkan functions and objects, used by both Compositor and Compositor client code.
Definition: vk_helpers.h:75
A queue family with its properties and index.
Definition: vk_queue_family.h:27
Common Vulkan code header.
VkResult vk_queue_family_find_graphics(struct vk_bundle *vk, struct vk_queue_family *out_graphics_queue_family)
Find the first graphics queue family.
Definition: vk_queue_family.c:25
VkResult vk_queue_family_find_and_avoid_graphics(struct vk_bundle *vk, VkQueueFlags required_flags, struct vk_queue_family *out_queue_family)
Find a queue family with the given flags, preferring queues without graphics.
Definition: vk_queue_family.c:68