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

◆ create_window()

MAYAFLUX_API std::shared_ptr< Core::Window > MayaFlux::create_window ( const Core::WindowCreateInfo create_info)

Definition at line 14 of file Windowing.cpp.

15{
16 return get_window_manager().create_window(create_info);
17}
std::shared_ptr< Window > create_window(const WindowCreateInfo &create_info)
Creates a new window.
Core::WindowManager & get_window_manager()
Gets a handle to default window manager.
Definition Windowing.cpp:9

References MayaFlux::Core::WindowManager::create_window(), and get_window_manager().

+ Here is the call graph for this function: