loader: Remove one time scan of layer libraries; do it as needed
authorJon Ashburn <jon@lunarg.com>
Tue, 11 Aug 2015 20:49:54 +0000 (14:49 -0600)
committerJon Ashburn <jon@lunarg.com>
Tue, 11 Aug 2015 20:51:55 +0000 (14:51 -0600)
commit7d72126a322198eea5a8a8f4f7b1a790d59a7074
tree8d477c2a1d74574e181428267c55cf1be38f10ac
parentdef1170071d3e66ce4501c2f0db5dbfd39fcb9c5
loader: Remove one time scan of layer libraries; do it as needed

Everytime get a Vulkan API call which needs layer library info rescan
all layer manifest files to get the info.  This way if they change the list will
be updated.
loader/loader.c
loader/loader.h
loader/trampoline.c