diff options
Diffstat (limited to 'layers/basic.cpp')
| -rw-r--r-- | layers/basic.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layers/basic.cpp b/layers/basic.cpp index 387efbee..de2755b2 100644 --- a/layers/basic.cpp +++ b/layers/basic.cpp @@ -166,8 +166,6 @@ VK_LAYER_EXPORT void * VKAPI vkGetInstanceProcAddr(VkInstance instance, const ch if (!strcmp("vkDestroyInstance", pName)) return (void *) vkDestroyInstance; - if (!strcmp("vkCreateDevice", pName)) - return (void *) vkCreateDevice; if (!strcmp("vkEnumeratePhysicalDevices", pName)) return (void*) vkEnumeratePhysicalDevices; if (!strcmp("vkGetGlobalExtensionCount", pName)) |
