|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::optional< uint32_t > MayaFlux::Core::VKSwapchain::acquire_next_image | ( | vk::Semaphore | signal_semaphore, |
| uint64_t | timeout_ns = UINT64_MAX |
||
| ) |
Acquire next image from swapchain.
| signal_semaphore | Semaphore to signal when image is acquired |
| timeout_ns | Timeout in nanoseconds (UINT64_MAX = no timeout) |
Definition at line 180 of file VKSwapchain.cpp.
References MayaFlux::Journal::Core, MayaFlux::Core::VKContext::get_device(), MayaFlux::Journal::GraphicsBackend, m_context, m_swapchain, and MF_RT_ERROR.
Here is the call graph for this function: