angle/tools/glslang
Shahbaz Youssefi bf82648154 Update glslang_validator binary for Windows.
This binary was updated using update_glslang_binary.py.
Please see instructions in tools/glslang/README.md.

Bug: angleproject:3432
Change-Id: Iefed7d2ab1a0a7f7118b83037329fe608c85ba1e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1658848
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
2019-06-14 16:13:16 +00:00
..
README.md Vulkan: Update glslang_validator binary for Linux 2019-05-21 14:59:38 +00:00
glslang_validator.exe.sha1 Update glslang_validator binary for Windows. 2019-06-14 16:13:16 +00:00
glslang_validator.sha1 Update glslang_validator binary for Linux. 2019-06-14 16:11:06 +00:00
update_glslang_binary.py Format all of ANGLE's python code. 2019-05-06 18:56:09 +00:00

README.md

Standalone glslang validator

This folder contains a standalone glslang validator binary. We use this binary for offline compilation of internal Vulkan shaders. See the internal shader docs for more info on offline shader compilation.

Use the script update_glslang_binary.py to update the versions of the validator in cloud storage. It must be run on Linux or Windows. It will update the SHA for your platform. After running the script run git commit and then git cl upload to code review using the normal review process. Note that if the version of glslang has been updated you will also want to run scripts/run_code_generation.py to update the compiled shader binaries.

Please update both Windows and Linux binaries at the same time. Use two CLs. One for each platform. Note that we don't currently support Mac on Vulkan. If we do we should add a glslang download for Mac as well.

Contact jmadill or syouseffi for any help with the validator or updating the binaries.