Home | History | Annotate | Download | only in object_tracker

Lines Matching refs:CreateSwapchainKHR

5173 VKAPI_ATTR VkResult VKAPI_CALL CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain)
5190 VkResult result = get_dispatch_table(object_tracker_device_table_map, device)->CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain);
5631 return reinterpret_cast<PFN_vkVoidFunction>(CreateSwapchainKHR);