third_party/spirv-tools/tnt/README.md
To update the version of SPIRV-Tools used in this project, run the update_spirv-tools.sh script.
The script is located in third_party/spirv-tools/tnt.
From the root of the repository, you can run it like this:
Usage:
./third_party/spirv-tools/tnt/update_spirv-tools.sh <version_tag>
or
./third_party/spirv-tools/tnt/update_spirv-tools.sh --sha <commit_sha>
For example, to update to version 2023.4:
./third_party/spirv-tools/tnt/update_spirv-tools.sh 2023.4
To update to a specific commit:
./third_party/spirv-tools/tnt/update_spirv-tools.sh --sha a1b2c3d4
You can find the latest version number on the SPIRV-Tools releases page: https://github.com/KhronosGroup/SPIRV-Tools/releases