diff options
-rw-r--r-- | loader/gpa_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/gpa_helper.h b/loader/gpa_helper.h index e5e99b97..e08898b6 100644 --- a/loader/gpa_helper.h +++ b/loader/gpa_helper.h @@ -226,6 +226,7 @@ static inline void *loader_non_passthrough_gdpa(const char *name) { if (!strcmp(name, "GetDeviceProcAddr")) return vkGetDeviceProcAddr; if (!strcmp(name, "DestroyDevice")) return vkDestroyDevice; if (!strcmp(name, "GetDeviceQueue")) return vkGetDeviceQueue; + if (!strcmp(name, "GetDeviceQueue2")) return vkGetDeviceQueue2; if (!strcmp(name, "AllocateCommandBuffers")) return vkAllocateCommandBuffers; return NULL; |