mirror of https://github.com/snes9xgit/snes9x.git
Add glslang to shaders directory.
This commit is contained in:
parent
2ac236ba10
commit
730597e12f
|
@ -10,3 +10,6 @@
|
||||||
[submodule "shaders/SPIRV-Cross"]
|
[submodule "shaders/SPIRV-Cross"]
|
||||||
path = shaders/SPIRV-Cross
|
path = shaders/SPIRV-Cross
|
||||||
url = https://github.com/KhronosGroup/SPIRV-Cross.git
|
url = https://github.com/KhronosGroup/SPIRV-Cross.git
|
||||||
|
[submodule "shaders/glslang"]
|
||||||
|
path = shaders/glslang
|
||||||
|
url = https://github.com/KhronosGroup/glslang.git
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1bc601c674aecc2fee0dee8ff7a118db76b4c439
|
Loading…
Reference in New Issue