diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-06-08 14:38:28 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 10:22:55 -0600 |
| commit | fc3b08cd1673c15ec5742d31356e1cd941c01e08 (patch) | |
| tree | 2062a53bcd3010d7194d38997f911498293882dc /loader/loader.c | |
| parent | 5da7f62f086626163c9e861fa044d8257f9eda4f (diff) | |
| download | usermoji-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 'loader/loader.c')
| -rw-r--r-- | loader/loader.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |
