diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-31 00:31:01 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-31 00:31:01 +0100 |
commit | 1f314a6087b276ad8b2680ecb18f43dfe77df595 (patch) | |
tree | 2d76d48b097cd303e9acf91af938bd40b475f170 /hk21/vulkan_loader/fns.hpp | |
parent | d3e00990b86277e490e0f68a1cd6f092b28d54aa (diff) |
Make gpu module
Diffstat (limited to 'hk21/vulkan_loader/fns.hpp')
-rw-r--r-- | hk21/vulkan_loader/fns.hpp | 3 |
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)
|