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

◆ is_window_registered()

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

Check if a window is registered with the graphics backend.

Parameters
windowShared pointer to the window to check
Returns
True if the window is registered, false otherwise

Implements MayaFlux::Core::IGraphicsBackend.

Definition at line 162 of file VulkanBackend.cpp.

163{
164 return m_window_handler->is_window_registered(window);
165}
std::unique_ptr< BackendWindowHandler > m_window_handler

References m_window_handler.