LampyEngine
 
Загрузка...
Поиск...
Не найдено
Структура QueueFamilyIndices

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.

Методы

◆ isComplete()

bool QueueFamilyIndices::isComplete ( )
inline

Checks if all required queue families are assigned.

Возвращает
True if both graphics and present queue families are available.

Объявления и описания членов структуры находятся в файле: