From fc3b08cd1673c15ec5742d31356e1cd941c01e08 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Mon, 8 Jun 2015 14:38:28 -0600 Subject: loader: Remove GetGlobalExtensionInfo from dispatch table No way to reliably dispatch this entry point in layers; will not be recursive. Conflicts: loader/loader.c --- include/vkLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vkLayer.h b/include/vkLayer.h index 468d4355..745fe149 100644 --- a/include/vkLayer.h +++ b/include/vkLayer.h @@ -151,7 +151,7 @@ typedef struct VkLayerInstanceDispatchTable_ PFN_vkEnumeratePhysicalDevices EnumeratePhysicalDevices; PFN_vkGetPhysicalDeviceInfo GetPhysicalDeviceInfo; PFN_vkCreateDevice CreateDevice; - PFN_vkGetGlobalExtensionInfo GetGlobalExtensionInfo; + /* PFN_vkGetGlobalExtensionInfo GetGlobalExtensionInfo; non-dispatchable */ PFN_vkGetPhysicalDeviceExtensionInfo GetPhysicalDeviceExtensionInfo; PFN_vkGetMultiDeviceCompatibility GetMultiDeviceCompatibility; PFN_vkGetDisplayInfoWSI GetDisplayInfoWSI; -- cgit v1.2.3