aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-06-08 14:38:28 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-18 10:22:55 -0600
commitfc3b08cd1673c15ec5742d31356e1cd941c01e08 (patch)
tree2062a53bcd3010d7194d38997f911498293882dc /include
parent5da7f62f086626163c9e861fa044d8257f9eda4f (diff)
downloadusermoji-fc3b08cd1673c15ec5742d31356e1cd941c01e08.tar.xz
loader: Remove GetGlobalExtensionInfo from dispatch table
No way to reliably dispatch this entry point in layers; will not be recursive. Conflicts: loader/loader.c
Diffstat (limited to 'include')
-rw-r--r--include/vkLayer.h2
1 files changed, 1 insertions, 1 deletions
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;