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

◆ end_frame()

void MayaFlux::Core::VulkanBackend::end_frame ( std::shared_ptr< Window )
inlineoverridevirtual

End rendering frame for the specified window.

Parameters
windowShared pointer to the window to end frame for

Default: no-op (handled in render_window) Vulkan handles frame end internally after rendering

Implements MayaFlux::Core::IGraphicsBackend.

Definition at line 105 of file VulkanBackend.hpp.

105{ }