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

◆ get_current_image_view

std::function<void*(const std::shared_ptr<void>&)> MayaFlux::Registry::Service::DisplayService::get_current_image_view

Get current swapchain image view for rendering.

Parameters
window_handleWindow handle
Returns
vk::ImageView cast to void*

Returns the image view for the currently acquired swapchain image. Used with dynamic rendering.

Definition at line 93 of file DisplayService.hpp.

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