Skip to content

vulkan/device-select: fix vkGetInstanceProcAddr self-resolving

Georg Lehmann requested to merge DadSchoorse/mesa:device-select-gipa into master

vkGetInstanceProcAddr(instance, "vkGetInstanceProcAddr") should return our vkGetInstanceProcAddr not the next in the chain.

Merge request reports