Chronos 0.0
A advanced 2D rendering and animation system
|
This is used to check if a given familty supports graphics and presentation. More...
#include <helper.hpp>
Public Member Functions | |
bool | isComplete () |
Public Attributes | |
std::optional< uint32_t > | graphicsFamily |
std::optional< uint32_t > | presentFamily |
This is used to check if a given familty supports graphics and presentation.
The check can be done using the isComplete()
function.
graphicsFamily | The graphics family to check. |
presentFamily | The presentation family to check. |
Definition at line 44 of file helper.hpp.
|
inline |
Definition at line 47 of file helper.hpp.
References graphicsFamily, and presentFamily.
std::optional<uint32_t> Chronos::Engine::QueueFamilyIndices::graphicsFamily |
Definition at line 45 of file helper.hpp.
std::optional<uint32_t> Chronos::Engine::QueueFamilyIndices::presentFamily |
Definition at line 46 of file helper.hpp.