|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::function<void(const std::shared_ptr<void>&, uint64_t)> MayaFlux::Registry::Service::DisplayService::present_frame |
Present a rendered frame to window.
| window_handle | Opaque window/surface handle |
| command_buffer_handle | Opaque 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().