This is a fork of SPIRV-Tools, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.
To update this repository:
- Update
SPIRV_TOOLS_REVin theupdate.shscript to the latest revision of the upstream. - Run
./update.shfollowed by./verify.shto verify the repository contents.
For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a git diff command you can run to verify the contents of this repository:
./verify.shIf nothing is printed, there is no diff. Deleted files, and changes to README.md, build.zig, .github CI files and .gitignore are ignored.
Issues are tracked in the main Mach repository.