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 --- loader/loader.c | 1 - 1 file changed, 1 deletion(-) (limited to 'loader/loader.c') diff --git a/loader/loader.c b/loader/loader.c index bedf27d9..315b8580 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -89,7 +89,6 @@ const VkLayerInstanceDispatchTable instance_disp = { .EnumeratePhysicalDevices = loader_EnumeratePhysicalDevices, .GetPhysicalDeviceInfo = loader_GetPhysicalDeviceInfo, .CreateDevice = loader_CreateDevice, - .GetGlobalExtensionInfo = vkGetGlobalExtensionInfo, .GetPhysicalDeviceExtensionInfo = loader_GetPhysicalDeviceExtensionInfo, .GetMultiDeviceCompatibility = loader_GetMultiDeviceCompatibility, .GetDisplayInfoWSI = loader_GetDisplayInfoWSI, -- cgit v1.2.3