Don't query vkCreateSwapchainKHR with GIPA
authorCharles Giessen <charles@lunarg.com>
Wed, 12 Oct 2022 19:51:17 +0000 (13:51 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 25 Oct 2022 14:08:04 +0000 (08:08 -0600)
commitaf67fccebe59e8d8e30e8c02b7b0069ce4242fc4
treee737c9c3e4e219c7318400d3f6d537b7844a8668
parent1aa18c705eeac33187a95b158cec5014c369dea9
Don't query vkCreateSwapchainKHR with GIPA

Previously, the loader would initialize vkCreateSwapchainKHR and
vkGetDeviceGroupSurfacePresentModeskHR with vkGetInstanceProcAddr, instead
of what should have happened, which is to use vkGetDeviceProcAddr.
loader/generated/vk_loader_extensions.c
scripts/loader_extension_generator.py