loader: Fix pre-instance proc addresses
authorLenny Komow <lenny@lunarg.com>
Fri, 10 Nov 2017 17:03:08 +0000 (10:03 -0700)
committerLenny Komow <lenny@lunarg.com>
Fri, 10 Nov 2017 17:03:08 +0000 (10:03 -0700)
commit8f9d7ca19ea3ec0b45de929de561e5e4b3e79183
tree1fcd0a9dad193defcfe9b6fb5822567fb1e60a5a
parent902825534e029b03dc2f8330b06c5be2cc88f928
loader: Fix pre-instance proc addresses

Fix a bug where vkGetInstanceProcAddr would return a null pointer for
any command that does not require an instance if an instance was
given

Change-Id: Iec5766f9c37104c36852f758d391a9b0b54ec0ec
loader/trampoline.c