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

◆ present_frame

std::function<void(const std::shared_ptr<void>&, uint64_t)> MayaFlux::Registry::Service::DisplayService::present_frame

Present a rendered frame to window.

Parameters
window_handleOpaque window/surface handle
command_buffer_handleOpaque command buffer handle with rendering commands

Submits the current frame for presentation to the display. Blocks until presentation completes or returns immediately depending on vsync settings. Thread-safe.

Definition at line 21 of file DisplayService.hpp.

Referenced by MayaFlux::Portal::Graphics::RenderFlow::present_rendered_image().