From 2f7f41f3b8b9886b55858111a56500d2fb2fd4e8 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 21 Apr 2024 00:58:07 +0200 Subject: Add Vulkan headers --- 3rd_party/vulkan/notes.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 3rd_party/vulkan/notes.txt (limited to '3rd_party/vulkan/notes.txt') 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 -- cgit