| 474 | } |
| 475 | |
| 476 | vk::SwapchainKHR HPPSwapchain::get_handle() const |
| 477 | { |
| 478 | return handle; |
| 479 | } |
| 480 | |
| 481 | std::pair<vk::Result, uint32_t> HPPSwapchain::acquire_next_image(vk::Semaphore image_acquired_semaphore, vk::Fence fence) const |
| 482 | { |
no outgoing calls
no test coverage detected