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

◆ get_depth_image_view

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

Get depth image view for the window.

Parameters
window_handleWindow handle
Returns
vk::ImageView cast to void*, or nullptr if no depth image

Returns nullptr if ensure_depth_attachment has not been called or if depth image creation failed.

Definition at line 154 of file DisplayService.hpp.