summaryrefslogtreecommitdiff
path: root/external/glslang-generated
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2021-07-16 08:59:50 -0400
committerGitHub <noreply@github.com>2021-07-16 08:59:50 -0400
commitb00e2dc8e777a481f79c5c4fea4d1d0481fc445e (patch)
treea59572b8d2e19ed2b7cdacee525ba290d21e774d /external/glslang-generated
parent073bcc10c7a3977ab1b32f9b3ae0d2a39e1d8e42 (diff)
Upgrade glslang to 11.5.0 (#1910)
* #include an absolute path didn't work - because paths were taken to always be relative. * Upgrade glslang to 11.5.0 * Remove no longer needed section from glslang-generated/README.md
Diffstat (limited to 'external/glslang-generated')
-rw-r--r--external/glslang-generated/README.md2
-rw-r--r--external/glslang-generated/glslang/build_info.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/external/glslang-generated/README.md b/external/glslang-generated/README.md
index 818605bdb..6d35fdf6a 100644
--- a/external/glslang-generated/README.md
+++ b/external/glslang-generated/README.md
@@ -32,8 +32,6 @@ First we need to create the `build_info.h` file in glslang. We can do this from
% python build_info.py . -i build_info.h.tmpl -o ../glslang-generated/glslang/build_info.h
```
-Next we need to create glslang/Include/revision.h. In notes it seems like this may not be needed much longer, but was needed for this build. We run the l/unix shell script `make-revision`. On windows it worked fine within cygwin (and did the previous python step). We then copy the file to `external/glslang-generated/glslang/Include/revision.h`.
-
The glslang project is dependent on 'spirv-tools', so the next step is to set them up. How to do this is described in the README.md file in the `external/spirv-tools-generated` folder.
## Creating and building the Slang glslang project
diff --git a/external/glslang-generated/glslang/build_info.h b/external/glslang-generated/glslang/build_info.h
index 319bfa5f7..1206701d9 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 0
+#define GLSLANG_VERSION_MINOR 5
#define GLSLANG_VERSION_PATCH 0
#define GLSLANG_VERSION_FLAVOR ""