|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
One Vulkan queue family selection and its queue handle. More...
#include <ApplicationContext.h>
Public Attributes | |
| uint32_t | index = 0u |
| Queue family index. | |
| VkQueue | queue = VK_NULL_HANDLE |
| Queue handle retrieved from the logical device. | |
One Vulkan queue family selection and its queue handle.
Definition at line 350 of file ApplicationContext.h.
| uint32_t Engine::Core::ApplicationContext::QueueFamily::Family::index = 0u |
Queue family index.
Definition at line 355 of file ApplicationContext.h.
| VkQueue Engine::Core::ApplicationContext::QueueFamily::Family::queue = VK_NULL_HANDLE |
Queue handle retrieved from the logical device.
Definition at line 360 of file ApplicationContext.h.