loader: Fix so unwrapped instance gets used for layer instance extension dispatch
authorJon Ashburn <jon@lunarg.com>
Tue, 12 Jan 2016 16:55:14 +0000 (09:55 -0700)
committerJon Ashburn <jon@lunarg.com>
Thu, 14 Jan 2016 16:11:00 +0000 (09:11 -0700)
Conflicts:
loader/trampoline.c

loader/trampoline.c

index 96f9bf0..c06e2cf 100644 (file)
@@ -192,7 +192,6 @@ LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance(
      * if enabled.
      */
     loader_activate_instance_layer_extensions(ptr_instance, *pInstance);
-
     /* Remove temporary debug_report callback */
     util_DestroyDebugReportCallback(ptr_instance, instance_callback, pAllocator);