From a106e1cf85cbc934dc7628cd3328a8195404ce8b Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 21 Jan 2025 00:04:32 +0100 Subject: Add Vulkan 1.3 headers --- vendor/vulkan/notes.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vendor/vulkan/notes.txt (limited to 'vendor/vulkan/notes.txt') 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 + -- cgit