diff options
| -rw-r--r-- | layers/threading.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layers/threading.cpp b/layers/threading.cpp index db5f6ae0..c97722e8 100644 --- a/layers/threading.cpp +++ b/layers/threading.cpp @@ -236,6 +236,8 @@ VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetInstanceProcAddr(VkInstance instance layer_data *my_data; addr = layer_intercept_instance_proc(funcName); + if (!addr) + addr = layer_intercept_proc(funcName); if (addr) { return addr; } |
