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

◆ get_processing_context_handle()

SubsystemProcessingHandle * MayaFlux::Core::GraphicsSubsystem::get_processing_context_handle ( )
inlineoverridevirtual

Get the processing context handle for this subsystem.

Implements MayaFlux::Core::ISubsystem.

Definition at line 130 of file GraphicsSubsystem.hpp.

130{ return m_handle; }
SubsystemProcessingHandle * m_handle
Reference to processing handle.