summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan/vk-api.h
diff options
context:
space:
mode:
authorlucy96chen <47800040+lucy96chen@users.noreply.github.com>2022-02-18 22:17:13 -0800
committerGitHub <noreply@github.com>2022-02-18 22:17:13 -0800
commite993ff5f8d21d77dd3fb579f7afc51c6dcad834c (patch)
tree37e5a9fc2f285a2bdd073cd11835d020d20d5c33 /tools/gfx/vulkan/vk-api.h
parent7953c0b6e4e6328bacf9945763013f9e0af6e435 (diff)
Added implementations for IFence::getSharedHandle() for Vulkan and D3D12 (#2137)
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 fa601ef35..af2234f55 100644
--- a/tools/gfx/vulkan/vk-api.h
+++ b/tools/gfx/vulkan/vk-api.h
@@ -171,6 +171,7 @@ namespace gfx {
#if SLANG_WINDOWS_FAMILY
# define VK_API_DEVICE_PLATFORM_OPT_PROCS(x) \
x(vkGetMemoryWin32HandleKHR) \
+ x(vkGetSemaphoreWin32HandleKHR) \
/* */
#else
# define VK_API_DEVICE_PLATFORM_OPT_PROCS(x) \