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

◆ update_present_family()

bool MayaFlux::Core::VKContext::update_present_family ( vk::SurfaceKHR  surface)

Update presentation support for a surface.

Parameters
surfaceSurface to check
Returns
true if presentation is supported

Definition at line 112 of file VKContext.cpp.

113{
114 return m_device.update_presentation_queue(surface);
115}
bool update_presentation_queue(vk::SurfaceKHR surface)
Update presentation queue family for a specific surface.
Definition VKDevice.cpp:146

References m_device, and MayaFlux::Core::VKDevice::update_presentation_queue().

Referenced by MayaFlux::Core::BackendWindowHandler::register_window().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: