fixing compilation errors with local vulkan headers

This commit is contained in:
2023-12-31 13:21:40 +01:00
parent d38fd8eeb1
commit f502c86400
8 changed files with 1243 additions and 0 deletions

View File

@@ -14,5 +14,6 @@ rm -rf ../third_party/vulkan
wget https://github.com/KhronosGroup/Vulkan-Headers/archive/main.zip -O vulkan-headers.zip
unzip -o vulkan-headers.zip -d ../third_party/
mv ../third_party/Vulkan-Headers-main/include/vulkan ../third_party/
mv ../third_party/Vulkan-Headers-main/include/vk_video ../third_party/
rm -rf ../third_party/Vulkan-Headers-main
rm vulkan-headers.zip