diff options
author | Shannon McPherson <shannon@lunarg.com> | 2018-11-02 10:08:04 -0600 |
---|---|---|
committer | Shannon McPherson <shannon@lunarg.com> | 2018-11-02 10:08:04 -0600 |
commit | 1f0e4f47065e2c0efc822112fd0dd30ce3d85b40 (patch) | |
tree | 06083c2037ee793e5c8c71cb3de80c7432c2c34f | |
parent | ca3bfaee619a19fc1c2a2b70ffb7dfbc1458e557 (diff) | |
download | Vulkan-Tools-1f0e4f47065e2c0efc822112fd0dd30ce3d85b40.tar.gz Vulkan-Tools-1f0e4f47065e2c0efc822112fd0dd30ce3d85b40.tar.bz2 Vulkan-Tools-1f0e4f47065e2c0efc822112fd0dd30ce3d85b40.zip |
layers: Bump glslang known-good
Updated:
- `scripts/known_good.json`
Change-Id: I5fe86c76b7df569b1c87566e2c32c9a2b76f8c13
-rw-r--r-- | scripts/known_good.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json index cb522f3c..8df54465 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -6,7 +6,7 @@ "sub_dir" : "glslang", "build_dir" : "glslang/build", "install_dir" : "glslang/build/install", - "commit" : "91ac4290bcf2cb930b4fb0981f09c00c0b6797e1", + "commit" : "a440fbb04f82b5cb19541802a31abdf1aeb94abe", "prebuild" : [ "python update_glslang_sources.py" ] |