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

◆ is_complete()

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

Definition at line 27 of file VKDevice.hpp.

28 {
29 return graphics_family.has_value();
30 }
std::optional< uint32_t > graphics_family
Definition VKDevice.hpp:20

References graphics_family.