MayaFlux 0.4.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 173 of file ProcessingArchitecture.cpp.

174{
175 if (m_window_manager) {
176 m_window_manager->process();
177 }
178}
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: