|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Core::VKSwapchain::present | ( | uint32_t | image_index, |
| vk::Semaphore | wait_semaphore, | ||
| vk::Queue | present_queue = nullptr |
||
| ) |
Present image to screen.
| image_index | Index of image to present |
| wait_semaphore | Semaphore to wait on before presenting |
| present_queue | Queue to submit present operation to (optional, uses context's graphics queue if null) |
Definition at line 218 of file VKSwapchain.cpp.
References MayaFlux::Journal::Core, MayaFlux::Core::VKContext::get_graphics_queue(), MayaFlux::Journal::GraphicsBackend, m_context, m_swapchain, and MF_RT_ERROR.
Here is the call graph for this function: