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

◆ get_tokens()

SubsystemTokens MayaFlux::Core::GraphicsSubsystem::get_tokens ( ) const
inlineoverridevirtual

Get the processing token configuration this subsystem manages.

Returns
SubsystemTokens defining buffer and node processing characteristics

Returns the token configuration that defines how this subsystem processes buffers and nodes. Used by the SubsystemManager for routing and coordination. Should remain constant throughout the subsystem's lifetime.

Implements MayaFlux::Core::ISubsystem.

Definition at line 56 of file GraphicsSubsystem.hpp.

56{ return m_subsystem_tokens; }
SubsystemTokens m_subsystem_tokens
Processing token configuration.