diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-21 00:04:32 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-21 00:04:32 +0100 |
commit | a106e1cf85cbc934dc7628cd3328a8195404ce8b (patch) | |
tree | 51f6c6bc5053c77e23ad09d9552e40c51ca1fb38 /vendor/vulkan/notes.txt | |
parent | b438dd7bf4082e2b6a23e3995d5c249b33102abc (diff) |
Add Vulkan 1.3 headers
Diffstat (limited to 'vendor/vulkan/notes.txt')
-rw-r--r-- | vendor/vulkan/notes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/vulkan/notes.txt b/vendor/vulkan/notes.txt new file mode 100644 index 0000000..5809a70 --- /dev/null +++ b/vendor/vulkan/notes.txt @@ -0,0 +1,3 @@ +https://github.com/KhronosGroup/Vulkan-Docs
+python scripts/genvk.py -registry xml/vk.xml -o gen -emitExtensions VK_KHR_surface -emitExtension VK_KHR_swapchain -emitExtension VK_EXT_debug_utils -feature VK_VERSION_1_0 -feature VK_VERSION_1_1 -feature VK_VERSION_1_2 -feature VK_VERSION_1_3 vulkan_core.h
+
|