get runtime shader compilation working

This commit is contained in:
2024-08-05 10:25:08 -04:00
parent fdcd6a6c31
commit 8a055b28a0
25 changed files with 111 additions and 45 deletions

12
.gitmodules vendored
View File

@@ -40,3 +40,15 @@
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://github.com/ocornut/imgui.git
[submodule "dependencies/shaderc"]
path = dependencies/shaderc
url = https://github.com/google/shaderc.git
[submodule "dependencies/SPIRV-Tools"]
path = dependencies/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "dependencies/SPIRV-Headers"]
path = dependencies/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "dependencies/glslang"]
path = dependencies/glslang
url = https://github.com/KhronosGroup/glslang.git