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

◆ process()

void MayaFlux::Core::WindowManagerHandle::process ( )

Process window events and frame hooks.

Definition at line 168 of file ProcessingArchitecture.cpp.

169{
170 if (m_window_manager) {
171 m_window_manager->process();
172 }
173}
std::shared_ptr< Core::WindowManager > m_window_manager

References m_window_manager.

Referenced by MayaFlux::Core::GraphicsSubsystem::process().

+ Here is the caller graph for this function: