diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-01 00:53:32 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-01 00:53:32 +0100 |
commit | 50653a9cfe3b26125cf07eae968b81e377a5de66 (patch) | |
tree | 1114731ed17fdbc60c2118773189dfef052c7b12 /hk21/vulkan_loader/fns.hpp | |
parent | 844f944ce47d3d2eeef84944d2c73e0681df0e49 (diff) |
Add license
Diffstat (limited to 'hk21/vulkan_loader/fns.hpp')
-rw-r--r-- | hk21/vulkan_loader/fns.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hk21/vulkan_loader/fns.hpp b/hk21/vulkan_loader/fns.hpp index 8c45815..0e03349 100644 --- a/hk21/vulkan_loader/fns.hpp +++ b/hk21/vulkan_loader/fns.hpp @@ -1,3 +1,7 @@ +// Copyright 2025 Steven Le Rouzic
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
#define VULKAN_GLOBAL_FNS \
FN(vkEnumerateInstanceVersion) \
FN(vkCreateInstance)
|