diff options
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
|