|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::function<int(const std::shared_ptr<void>&)> MayaFlux::Registry::Service::DisplayService::get_swapchain_format |
Get actual swapchain format for a window.
| window_handle | Window handle |
Returns the actual format used by the window's swapchain. Used to ensure render passes are compatible with framebuffers.
Definition at line 62 of file DisplayService.hpp.
Referenced by MayaFlux::Buffers::RenderProcessor::initialize_pipeline().