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

◆ ctx_ptr()

const std::shared_ptr< Context > & MayaFlux::Portal::Forma::Surface::ctx_ptr ( ) const
inlinenoexcept

Shared handles for callers that need to keep components alive independently of the Surface (background tasks, escapes into coroutines, etc.).

Definition at line 139 of file Surface.hpp.

139{ return m_ctx; }
std::shared_ptr< Context > m_ctx
Definition Surface.hpp:163