[Build] Replace VULKAN_SDK toolchain with glslang / SPIRV-Tools

This commit is contained in:
Herman S.
2026-04-22 16:17:56 +09:00
parent 3d02eae07d
commit f0a2f1ffc5
10 changed files with 382 additions and 327 deletions
+8
View File
@@ -110,3 +110,11 @@
[submodule "third_party/xbyak_aarch64"]
path = third_party/xbyak_aarch64
url = https://github.com/fujitsu/xbyak_aarch64.git
[submodule "third_party/SPIRV-Headers"]
path = third_party/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
branch = vulkan-sdk-1.4.341
[submodule "third_party/SPIRV-Tools"]
path = third_party/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
branch = vulkan-sdk-1.4.341