Monado OpenXR Runtime
Loading...
Searching...
No Matches
vk_bundle_queue Struct Reference
Collaboration diagram for vk_bundle_queue:

Data Fields

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

Field Documentation

◆ family_index

uint32_t vk_bundle_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.

Referenced by vk_cmd_submit_locked(), and vk_create_and_submit_fence_native().


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