MayaFlux 0.2.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 144 of file ProcessingArchitecture.cpp.

145{
146 if (m_window_manager) {
147 m_window_manager->process();
148 }
149}
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: