Represents queue family indices required for Vulkan operations. Подробнее...
#include <VulkanLogicalDevice.h>
Открытые члены | |
bool | isComplete () |
Checks if all required queue families are assigned. | |
Открытые атрибуты | |
std::optional< uint32_t > | graphicsFamily |
Index of the graphics queue family. | |
std::optional< uint32_t > | presentFamily |
Index of the presentation queue family. | |
Represents queue family indices required for Vulkan operations.
|
inline |
Checks if all required queue families are assigned.