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

Method get_handle

framework/core/swapchain.cpp:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

SwapchainMethod · 0.45
~SwapchainMethod · 0.45
acquire_next_imageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected