MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_complete()

bool MayaFlux::Core::QueueFamilyIndices::is_complete ( ) const
inline

Definition at line 19 of file VKDevice.hpp.

20 {
21 return graphics_family.has_value();
22 }
std::optional< uint32_t > graphics_family
Definition VKDevice.hpp:14

References graphics_family.