|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| std::function<void(const std::shared_ptr<void>&, uint64_t)> MayaFlux::Registry::Service::DisplayService::submit_and_present |
Submit a primary command buffer and present the frame.
| window_handle | Window handle |
| primary_command_buffer | The primary command buffer (uint64_t bits of vk::CommandBuffer) |
Handles semaphore choreography: waits on image_available, signals render_finished, then presents. Must be called after acquire_next_swapchain_image().
Definition at line 21 of file DisplayService.hpp.