Skip to content

Commit 577ffdf

Browse files
committed
Integrate the SPIRV-Optimizer
Fixes #63
1 parent 23262fb commit 577ffdf

File tree

6 files changed

+1770
-1742
lines changed

6 files changed

+1770
-1742
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* -text

.gitmodules

+22-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
[submodule "glslang"]
2-
path = glslang
3-
url = https://github.com/Kode/glslang.git
1+
[submodule "glslang"]
2+
path = glslang
3+
url = https://github.com/Kode/glslang.git
4+
branch = main
5+
[submodule "tests"]
6+
path = tests
7+
url = https://github.com/Kode/krafix_tests.git
8+
branch = main
9+
[submodule "sourcemap.cpp"]
10+
path = sourcemap.cpp
11+
url = https://github.com/Kode/sourcemap.cpp.git
12+
branch = main
13+
[submodule "SPIRV-Cross"]
14+
path = SPIRV-Cross
15+
url = https://github.com/Kode/SPIRV-Cross.git
16+
branch = main
17+
[submodule "SPIRV-Tools"]
18+
path = SPIRV-Tools
19+
url = https://github.com/Kode/SPIRV-Tools.git
420
branch = main
5-
[submodule "tests"]
6-
path = tests
7-
url = https://github.com/Kode/krafix_tests.git
8-
branch = main
9-
[submodule "sourcemap.cpp"]
10-
path = sourcemap.cpp
11-
url = https://github.com/Kode/sourcemap.cpp.git
12-
branch = main
13-
[submodule "SPIRV-Cross"]
14-
path = SPIRV-Cross
15-
url = https://github.com/Kode/SPIRV-Cross.git
21+
[submodule "SPIRV-Headers"]
22+
path = SPIRV-Headers
23+
url = https://github.com/Kode/SPIRV-Headers.git
1624
branch = main

SPIRV-Headers

Submodule SPIRV-Headers added at 1feaf44

SPIRV-Tools

Submodule SPIRV-Tools added at 5199128

0 commit comments

Comments
 (0)