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

◆ register_window()

bool MayaFlux::Core::VulkanBackend::register_window ( std::shared_ptr< Window window)
overridevirtual

Register a window with the graphics backend for rendering.

Parameters
windowShared pointer to the window to register
Returns
True if registration was successful, false otherwise

Implements MayaFlux::Core::IGraphicsBackend.

Definition at line 122 of file VulkanBackend.cpp.

123{
124 return m_window_handler->register_window(window);
125}
std::unique_ptr< BackendWindowHandler > m_window_handler

References m_window_handler.