MayaFlux
0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
handle_window_resize()
void MayaFlux::Core::BackendWindowHandler::handle_window_resize
(
)
Definition at line
1222
of file
BackendWindowHandler.cpp
.
1223
{
1224
for
(
auto
& context :
m_window_contexts
) {
1225
if
(context.needs_recreation) {
1226
recreate_swapchain_for_context
(context);
1227
}
1228
}
1229
}
MayaFlux::Core::BackendWindowHandler::m_window_contexts
std::vector< WindowRenderContext > m_window_contexts
Definition
BackendWindowHandler.hpp:163
MayaFlux::Core::BackendWindowHandler::recreate_swapchain_for_context
void recreate_swapchain_for_context(WindowRenderContext &context)
Recreate the swapchain and related resources for a window.
Definition
BackendWindowHandler.cpp:657
MayaFlux
Core
BackendWindowHandler
Generated by
1.9.8