|
Monado OpenXR Runtime
|
Vulkan queue builder helper. 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.