Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
QueueFamilyIndices Struct Reference

#include <RehtiGraphics.hpp>

Collaboration diagram for QueueFamilyIndices:
Collaboration graph

Public Member Functions

bool isComplete ()
 
bool hasTransferOnlyQueue ()
 

Public Attributes

std::optional< uint32_t > graphicsFamily
 
std::optional< uint32_t > presentFamily
 
std::optional< uint32_t > transferFamily
 

Member Function Documentation

◆ hasTransferOnlyQueue()

bool QueueFamilyIndices::hasTransferOnlyQueue ( )
inline
Here is the caller graph for this function:

◆ isComplete()

bool QueueFamilyIndices::isComplete ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ graphicsFamily

std::optional<uint32_t> QueueFamilyIndices::graphicsFamily

◆ presentFamily

std::optional<uint32_t> QueueFamilyIndices::presentFamily

◆ transferFamily

std::optional<uint32_t> QueueFamilyIndices::transferFamily

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