Nameless Engine
|
Public Member Functions | |
bool | isComplete () const |
Public Attributes | |
std::optional< uint32_t > | iGraphicsFamilyIndex |
std::optional< uint32_t > | iPresentFamilyIndex |
Stores indices of various types of queue families in the array returned by vkGetPhysicalDeviceQueueFamilyProperties
.
|
inline |
Tells if all graphics family indices are set or not.
true
if all set, false
otherwise. std::optional<uint32_t> ne::VulkanRenderer::QueueFamilyIndices::iGraphicsFamilyIndex |
Index of the graphics queue family, empty if not available.
std::optional<uint32_t> ne::VulkanRenderer::QueueFamilyIndices::iPresentFamilyIndex |
Index of the queue family that supports window surface presentation, empty if not available.