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

◆ layer_ptr()

const std::shared_ptr< Layer > & MayaFlux::Portal::Forma::Surface::layer_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 136 of file Surface.hpp.

136{ return m_layer; }
std::shared_ptr< Layer > m_layer
Definition Surface.hpp:162