https://github.com/hexops/spirv-tools
A fork of spirv-tools packaged for the Zig build system
https://github.com/hexops/spirv-tools
Last synced: 8 months ago
JSON representation
A fork of spirv-tools packaged for the Zig build system
- Host: GitHub
- URL: https://github.com/hexops/spirv-tools
- Owner: hexops
- License: apache-2.0
- Created: 2023-11-10T19:31:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T23:16:46.000Z (about 1 year ago)
- Last Synced: 2025-06-22T08:52:54.013Z (8 months ago)
- Language: C++
- Size: 24.8 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPIRV-Tools packaged for the Zig build system
This is a fork of [SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools/), packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.
## Updating
To update this repository:
1. Update `SPIRV_TOOLS_REV` in the `update.sh` script to the latest revision of the upstream.
2. Run `./update.sh` followed by `./verify.sh` to verify the repository contents.
## Verifying 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:
```sh
./verify.sh
```
If nothing is printed, there is no diff. Deleted files, and changes to `README.md`, `build.zig`, `.github` CI files and `.gitignore` are ignored.
## Issues
Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Aspirv-tools).