summaryrefslogtreecommitdiff
path: root/external/glslang-generated/README.md
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2022-11-14 11:27:00 +0800
committerGitHub <noreply@github.com>2022-11-14 11:27:00 +0800
commit623f5c36e0dc8190753aa5fa2e89f1010c367c67 (patch)
treea21bdacd766b138316186877bc20c4001ed64451 /external/glslang-generated/README.md
parent3e312b3062ab493c80d7d7eddf43c94ec59ecdb7 (diff)
glslang: 11.10.0-16-g42398c93 -> 11.12.0-32-gf74f37c5 (#2507)
Diffstat (limited to 'external/glslang-generated/README.md')
-rw-r--r--external/glslang-generated/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/external/glslang-generated/README.md b/external/glslang-generated/README.md
index c49348c5a..d13ebd9b8 100644
--- a/external/glslang-generated/README.md
+++ b/external/glslang-generated/README.md
@@ -15,6 +15,13 @@ The following are not submodules files, and are produces elsewhere and placed in
* external/spirv-tools-generated
* external/glslang-generated
+Updating glslang
+----------------
+
+*On Linux, you can run the [`external/bump-glslang.sh`](../bump-glslang.sh) script.*
+
+*On any platform, you can follow the below instructions:*
+
To get the latest version of one of the submodules you can use
```
@@ -55,4 +62,4 @@ Then just build Slang as usual in visual studio, or from the linux command line
```
% make config=release_x64
% make config=release_x86
-``` \ No newline at end of file
+```