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

◆ get_context()

VKContext & MayaFlux::Core::VulkanBackend::get_context ( )
inline

Get reference to the backend window handler.

Responsible for managing windows, swapchains, framebuffers, and rendering loops.

Returns
Reference to BackendWindowHandler

Definition at line 145 of file VulkanBackend.hpp.

145{ return *m_context; }
std::unique_ptr< VKContext > m_context