![]() |
API Documentation
|
A wrapper around a VulkanQueueCore that allows for thread-safe access to a specific queue. More...
#include <VulkanQueue.h>
Public Member Functions | |
| VkCommandPool_T * | command_pool () |
| VkQueue_T * | queue () |
| VulkanQueue (VulkanQueueCore *core) | |
| ~VulkanQueue () | |
Protected Attributes | |
| VulkanQueueCore * | m_core |
| WLock | m_queue_lock |
A wrapper around a VulkanQueueCore that allows for thread-safe access to a specific queue.
| VulkanQueue | ( | VulkanQueueCore * | core | ) |
| ~VulkanQueue | ( | ) |
|
inline |
|
inline |
|
protected |
|
protected |