mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
[Vulkan] Temporarily move to a fork of glslang
This commit is contained in:
+2
-1
@@ -57,4 +57,5 @@
|
||||
url = https://github.com/microsoft/DirectXShaderCompiler.git
|
||||
[submodule "third_party/glslang"]
|
||||
path = third_party/glslang
|
||||
url = https://github.com/KhronosGroup/glslang.git
|
||||
url = https://github.com/Triang3l/glslang.git
|
||||
branch = patch-1
|
||||
|
||||
Vendored
+1
-1
Submodule third_party/glslang updated: 2067d1a93e...5a9dfb6741
Vendored
+2
-4
@@ -12,10 +12,8 @@ project("glslang-spirv")
|
||||
})
|
||||
files({
|
||||
"glslang/SPIRV/bitutils.h",
|
||||
-- Disabled temporarily until PR #2417 removing SpvTools.h dependency is
|
||||
-- merged.
|
||||
-- "glslang/SPIRV/disassemble.cpp",
|
||||
-- "glslang/SPIRV/disassemble.h",
|
||||
"glslang/SPIRV/disassemble.cpp",
|
||||
"glslang/SPIRV/disassemble.h",
|
||||
"glslang/SPIRV/doc.cpp",
|
||||
"glslang/SPIRV/doc.h",
|
||||
"glslang/SPIRV/GLSL.ext.AMD.h",
|
||||
|
||||
Reference in New Issue
Block a user