| 542 | } |
| 543 | |
| 544 | VkSwapchainKHR Swapchain::get_handle() const |
| 545 | { |
| 546 | return handle; |
| 547 | } |
| 548 | |
| 549 | VkResult Swapchain::acquire_next_image(uint32_t &image_index, VkSemaphore image_acquired_semaphore, VkFence fence) const |
| 550 | { |
no outgoing calls
no test coverage detected