MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_handle

Method get_handle

framework/core/hpp_swapchain.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

HPPSwapchainMethod · 0.45
~HPPSwapchainMethod · 0.45
acquire_next_imageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected