|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::pair< std::shared_ptr< Layer >, std::shared_ptr< Context > > MayaFlux::Portal::Forma::create_layer | ( | const std::shared_ptr< Core::Window > & | window, |
| std::string | name | ||
| ) |
Construct a Layer and a Context wired to window.
EventManager is taken from the stored initialize() state. The caller owns both returned objects. The Context cancels its event coroutines on destruction.
| window | Target window surface. |
| name | Unique name scoping the Context's event coroutines. |
Definition at line 202 of file Forma.cpp.
References MayaFlux::store().
Referenced by create_surface().
Here is the call graph for this function:
Here is the caller graph for this function: