|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| std::function<uint64_t(const std::shared_ptr<void>&)> MayaFlux::Registry::Service::DisplayService::get_current_swapchain_image |
Get the VkImage bits for the most recently acquired swapchain image.
| window_handle | Window handle. |
Safe to call after acquire_next_swapchain_image() has been invoked for the current frame. Does not advance the frame index or wait on any fence. Intended for read-only operations such as pixel readback.
Definition at line 104 of file DisplayService.hpp.