Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Core::ApplicationContext::QueueFamily::Family Struct Reference

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.

Detailed Description

One Vulkan queue family selection and its queue handle.

Definition at line 350 of file ApplicationContext.h.

Member Data Documentation

◆ index

uint32_t Engine::Core::ApplicationContext::QueueFamily::Family::index = 0u

Queue family index.

Definition at line 355 of file ApplicationContext.h.

◆ queue

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.


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