diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2021-01-20 09:23:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 09:23:39 -0800 |
| commit | 660cf7a639cb0f73e2ea7abc4a4a8ca59e50c88d (patch) | |
| tree | f9d01c26370918814edb8e8e58b97699ec7b22ed /external/glslang-generated | |
| parent | c6fd4a5b35911f0f056f6e924a2dbc86e328cc46 (diff) | |
Update glslang to 11.1.0 (#1662)
* Update glslang to 11.1.0
This change pulls new versions of glslang, spirv-headers, and spirv-tools as submodules, and makes the necessary changes to other files in the repository to get it all building (at least on Windows).
This change also enables building of glslang from source by default, so that we can easily generate new binaries for inclusion in the `slang-binaries` repository.
* fixup: missing file
Diffstat (limited to 'external/glslang-generated')
| -rw-r--r-- | external/glslang-generated/glslang/Include/revision.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/external/glslang-generated/glslang/Include/revision.h b/external/glslang-generated/glslang/Include/revision.h deleted file mode 100644 index 5ff65586b..000000000 --- a/external/glslang-generated/glslang/Include/revision.h +++ /dev/null @@ -1,3 +0,0 @@ -// This header is generated by the make-revision script. - -#define GLSLANG_PATCH_LEVEL 3195 |
