diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2022-05-10 19:44:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-10 16:44:43 -0700 |
| commit | 2eff11b040077b3e7c647a519d4f313871a92674 (patch) | |
| tree | 1fa86fcb83331432e888bdc04d2c5c09e104779b /external/glslang-generated | |
| parent | 8a02d1302264f37394736f953d318b431f64005e (diff) | |
Glslang upgrade (#2228)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Update SPIR-V headers/opt.
Update glslang.
* Set the SPIR-V emit version.
* Use the merged hash from shader-slang/glslang
* Improve comment around spirv version for emitting spir-v directly.
Diffstat (limited to 'external/glslang-generated')
| -rw-r--r-- | external/glslang-generated/glslang/build_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/glslang-generated/glslang/build_info.h b/external/glslang-generated/glslang/build_info.h index 661c4a3c1..32584835b 100644 --- a/external/glslang-generated/glslang/build_info.h +++ b/external/glslang-generated/glslang/build_info.h @@ -35,7 +35,7 @@ #define GLSLANG_BUILD_INFO #define GLSLANG_VERSION_MAJOR 11 -#define GLSLANG_VERSION_MINOR 6 +#define GLSLANG_VERSION_MINOR 9 #define GLSLANG_VERSION_PATCH 0 #define GLSLANG_VERSION_FLAVOR "" |
