loader: Change GetXXProcAddr to support NULL dispatchable object
authorJon Ashburn <jon@lunarg.com>
Mon, 28 Sep 2015 22:15:00 +0000 (16:15 -0600)
committerJon Ashburn <jon@lunarg.com>
Wed, 30 Sep 2015 19:03:32 +0000 (13:03 -0600)
commit438c6fbadfb72d35a29467a24ca6a93fef06f1c6
tree8cd1d2cc9dd5f5ff8dbb443681dd4f45aa1c3717
parentb43e1d25fb482b70df79bf56589a3f7e05e1a9f3
loader: Change GetXXProcAddr to support NULL dispatchable object

Also change GetInstanceProcAddr to return the first entry down the chain rather
than global (trampoline entrys) all the time when a non-null instance is passed.
loader/gpa_helper.h
loader/loader.c
loader/loader.h