get runtime shader compilation working
This commit is contained in:
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user