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

◆ is_window_registered()

virtual bool MayaFlux::Core::IGraphicsBackend::is_window_registered ( std::shared_ptr< Window window)
pure virtual

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

Implemented in MayaFlux::Core::VulkanBackend.