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

◆ graphics_family_presents()

bool MayaFlux::Core::VKDevice::graphics_family_presents ( ) const
inline

Whether the graphics queue family passed the surfaceless presentation probe.

Definition at line 120 of file VKDevice.hpp.

120{ return m_graphics_presents; }
bool m_graphics_presents
Graphics family passed the surfaceless presentation probe.
Definition VKDevice.hpp:205

References m_graphics_presents.