loader: Fix GetDeviceProcAddr with terminators
authorLenny Komow <lenny@lunarg.com>
Thu, 29 Mar 2018 19:25:38 +0000 (13:25 -0600)
committerLenny Komow <lenny@lunarg.com>
Thu, 29 Mar 2018 22:50:20 +0000 (16:50 -0600)
commitbc3d03fe03fbeba1265ee70abe74a53b000dc8f9
tree098ed983ca41e78248d6f3c9338dafc92604360c
parentdbf91d8403e01152ca6de3059e6547fa23c106d0
loader: Fix GetDeviceProcAddr with terminators

Fix a bug where vkGetDeviceProcAddr would return a valid pointer for
any device command that used a custom terminator, even if it was part
of an extension which wasn't enabled

Change-Id: I3b088fe0c850fbaa5f7285ced81552273bc38e7e
loader/loader.c
loader/loader.h
scripts/loader_extension_generator.py