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