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

◆ acquire_next_swapchain_image

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

Acquire the next swapchain image for a window.

Parameters
window_handleWindow handle
Returns
Index of the acquired swapchain image

Must be called before get_current_image_view() for dynamic rendering. Stores the acquired image index internally for subsequent calls.

Definition at line 62 of file DisplayService.hpp.