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

◆ handle_window_resize()

void MayaFlux::Core::BackendWindowHandler::handle_window_resize ( )

Definition at line 553 of file BackendWindowHandler.cpp.

554{
555 for (auto& context : m_window_contexts) {
556 if (context.needs_recreation) {
558 }
559 }
560}
std::vector< WindowRenderContext > m_window_contexts
void recreate_swapchain_for_context(WindowRenderContext &context)
Recreate the swapchain and related resources for a window.