Monado OpenXR Runtime
vk_bundle_queue Struct Reference
Collaboration diagram for vk_bundle_queue:

Data Fields

VkQueue queue
 The Vulkan queue handle. More...
 
uint32_t family_index
 The queue family index. More...
 
uint32_t index
 The queue (instance) index. More...
 
struct os_mutex mutex
 The queue mutex -. More...
 

Field Documentation

◆ family_index

uint32_t vk_bundle_queue::family_index

The queue family index.

◆ index

uint32_t vk_bundle_queue::index

The queue (instance) index.

◆ mutex

struct os_mutex vk_bundle_queue::mutex

The queue mutex -.

See also
vk_queue_lock, vk_queue_unlock

Referenced by vk_deinit_mutex(), and vk_init_mutex().

◆ queue

VkQueue vk_bundle_queue::queue

The Vulkan queue handle.


The documentation for this struct was generated from the following file: