[Vulkan] Temporarily move to a fork of glslang

This commit is contained in:
Triang3l 2020-10-08 23:24:25 +03:00
parent 9d77d2131a
commit 3a308dedb3
3 changed files with 5 additions and 6 deletions

3
.gitmodules vendored
View File

@ -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

2
third_party/glslang vendored

@ -1 +1 @@
Subproject commit 2067d1a93e6edc17f2a6b7e3e5138a9bbcd35ef9
Subproject commit 5a9dfb6741ca851f8bb57abc0fe808f5a0705fa2

View File

@ -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",