|
Monado OpenXR Runtime
|
Vulkan queue builder helper. More...
#include "vk/vk_helpers.h"
Go to the source code of this file.
Data Structures | |
| struct | vk_queue_builder |
| A builder for creating a list of queue create infos, allocate on the stack and then pass into vkCreateDevice. More... | |
Functions | |
| struct vk_queue_pair | vk_queue_builder_add (struct vk_queue_builder *builder, uint32_t family_index) |
| Add a queue to the builder, will assert if it runs out of space, assumes that the user can share the queue with other users. More... | |
Vulkan queue builder helper.
| struct vk_queue_pair vk_queue_builder_add | ( | struct vk_queue_builder * | builder, |
| uint32_t | family_index | ||
| ) |
Add a queue to the builder, will assert if it runs out of space, assumes that the user can share the queue with other users.
| builder | The builder to add the queue to. |
| family_index | The family index of the queue to add. |
References vk_queue_pair::family_index, and vk_queue_pair::index.