summaryrefslogtreecommitdiff
path: root/hk21/vulkan_loader
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-03 23:46:33 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-03 23:46:33 +0100
commitc6a11711c4dcf3fedc658a895c7f1c6722ef08b6 (patch)
treec233bd00d12d10c3d280f7fd73c732b565145ec5 /hk21/vulkan_loader
parent1e1f61b9e6461cef21cf23979ff4fab7a6c914bd (diff)
Allow to have multiple frames in flight
Diffstat (limited to 'hk21/vulkan_loader')
-rw-r--r--hk21/vulkan_loader/fns.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/hk21/vulkan_loader/fns.hpp b/hk21/vulkan_loader/fns.hpp
index 0e03349..2870397 100644
--- a/hk21/vulkan_loader/fns.hpp
+++ b/hk21/vulkan_loader/fns.hpp
@@ -39,4 +39,8 @@
FN(vkCreateSemaphore) \
FN(vkDestroySemaphore) \
FN(vkCmdPipelineBarrier) \
- FN(vkCmdClearColorImage)
+ FN(vkCmdClearColorImage) \
+ FN(vkCreateFence) \
+ FN(vkDestroyFence) \
+ FN(vkGetFenceStatus)
+