Don't load layer libraries in vkCreateDevice
authorCharles Giessen <charles@lunarg.com>
Tue, 4 Oct 2022 17:24:39 +0000 (11:24 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 4 Oct 2022 19:28:00 +0000 (13:28 -0600)
commitcd9b4afed4e556ac88a75371eb7283fed94ca3c6
tree305ae9968c1c96706aa0076d85a73330b11eeab3
parent925eb27e518032a825dee6b7b23a4bd3717b318b
Don't load layer libraries in vkCreateDevice

These libraries will always be loaded in vkCreateInstance, so we don't
need to load them again in vkCreateDevice. This has the added benefit
of not printing 'unloading library X' twice in the log.
loader/loader.c