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

◆ get_swapchain_image_count

std::function<uint32_t(const std::shared_ptr<void>&)> MayaFlux::Registry::Service::DisplayService::get_swapchain_image_count

Get current swapchain image count.

Parameters
window_handleWindow handle
Returns
Number of images in the swapchain

Useful for allocating per-frame resources. Typically 2-3 images for double/triple buffering.

Definition at line 52 of file DisplayService.hpp.