diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-21 00:58:07 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-21 00:58:07 +0200 |
commit | 2f7f41f3b8b9886b55858111a56500d2fb2fd4e8 (patch) | |
tree | 3314ce39af2f38e06baf0c8cb84208b8c4ba1b6b /3rd_party/vulkan/notes.txt | |
parent | c147cb2a949d2a5c75804613c45e46c1a2ec8ab1 (diff) |
Add Vulkan headers
Diffstat (limited to '3rd_party/vulkan/notes.txt')
-rw-r--r-- | 3rd_party/vulkan/notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rd_party/vulkan/notes.txt b/3rd_party/vulkan/notes.txt new file mode 100644 index 0000000..5db47c5 --- /dev/null +++ b/3rd_party/vulkan/notes.txt @@ -0,0 +1,2 @@ +python scripts/genvk.py -registry xml/vk.xml -o gen -emitExtensions VK_KHR_surface -emitExtension VK_KHR_swapchain -emitExtension VK_KHR_win32_surface -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
+python scripts/genvk.py -registry xml/vk.xml -o gen -emitExtensions VK_KHR_surface -emitExtension VK_KHR_swapchain -emitExtension VK_KHR_win32_surface -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_win32.h
|