summaryrefslogtreecommitdiff
path: root/hk21/vulkan_loader/fns.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-31 00:31:01 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-31 00:31:01 +0100
commit1f314a6087b276ad8b2680ecb18f43dfe77df595 (patch)
tree2d76d48b097cd303e9acf91af938bd40b475f170 /hk21/vulkan_loader/fns.hpp
parentd3e00990b86277e490e0f68a1cd6f092b28d54aa (diff)
Make gpu module
Diffstat (limited to 'hk21/vulkan_loader/fns.hpp')
-rw-r--r--hk21/vulkan_loader/fns.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/hk21/vulkan_loader/fns.hpp b/hk21/vulkan_loader/fns.hpp
index c0e8f85..ceb1105 100644
--- a/hk21/vulkan_loader/fns.hpp
+++ b/hk21/vulkan_loader/fns.hpp
@@ -3,4 +3,5 @@
FN(vkCreateInstance)
#define VULKAN_INSTANCE_FNS \
- FN(vkDestroyInstance)
+ FN(vkDestroyInstance) \
+ FN(vkDestroySurfaceKHR)