|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Core::VKDevice::graphics_family_can_present | ( | vk::SurfaceKHR | surface | ) | const |
Confirm the graphics family presents to a concrete surface.
| surface | Surface to check |
Device selection already guarantees this when require_presentation is set; this confirms the surfaceless probe against a real surface. Const and non-mutating, so it is safe from any thread.
Definition at line 592 of file VKDevice.cpp.
References MayaFlux::Core::QueueFamilyIndices::graphics_family, m_physical_device, and m_queue_families.
Referenced by MayaFlux::Core::VKContext::graphics_family_can_present().
Here is the caller graph for this function: