summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan/vk-api.h
diff options
context:
space:
mode:
authorskallweitNV <64953474+skallweitNV@users.noreply.github.com>2023-09-06 01:07:29 +0200
committerGitHub <noreply@github.com>2023-09-06 07:07:29 +0800
commitf80e01c8288e09aeac73c9f91bbfd8d1298a47ba (patch)
tree673c7fd73b22f9965eba2f319f86aac23924a4f7 /tools/gfx/vulkan/vk-api.h
parent2c2294d3310b24fd73cd41ec51338a736f3a2886 (diff)
Add support for getting external semaphore handles (#3181)
* Add support for getting external semaphore handles * Fixes * Linux fix * Address reviewer comments --------- Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tools/gfx/vulkan/vk-api.h')
-rw-r--r--tools/gfx/vulkan/vk-api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx/vulkan/vk-api.h b/tools/gfx/vulkan/vk-api.h
index f4caa8251..127988946 100644
--- a/tools/gfx/vulkan/vk-api.h
+++ b/tools/gfx/vulkan/vk-api.h
@@ -176,6 +176,7 @@ namespace gfx {
#else
# define VK_API_DEVICE_PLATFORM_OPT_PROCS(x) \
x(vkGetMemoryFdKHR) \
+ x(vkGetSemaphoreFdKHR) \
/* */
#endif