|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Register callback hooks for this domain.
Sets up domain-specific callbacks that will trigger token-based processing. This is where subsystems connect to their respective backend systems and establish the event loops that drive processing.
Examples:
Called during subsystem setup before initialization. Should not start actual processing - only establish the callback infrastructure.
Implements MayaFlux::Core::ISubsystem.
Definition at line 117 of file GraphicsSubsystem.cpp.
References MayaFlux::Journal::Core, MayaFlux::Journal::GraphicsSubsystem, m_is_ready, MF_INFO, and register_frame_processor().
Here is the call graph for this function: