https://github.com/embarkstudios/spirv-tools-rs
🛠Wrapper crate for SPIRV-Tools 🦀
https://github.com/embarkstudios/spirv-tools-rs
Last synced: 9 months ago
JSON representation
🛠Wrapper crate for SPIRV-Tools 🦀
- Host: GitHub
- URL: https://github.com/embarkstudios/spirv-tools-rs
- Owner: EmbarkStudios
- License: apache-2.0
- Created: 2020-09-25T07:20:00.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T14:19:50.000Z (over 2 years ago)
- Last Synced: 2025-07-02T21:07:30.153Z (about 1 year ago)
- Language: C++
- Homepage: https://embark.rs
- Size: 226 KB
- Stars: 28
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `🛠spirv-tools`
**Unofficial wrapper for [SPIR-V Tools], primarily for the [rust-gpu] project**
[](https://embark.dev)
[](https://discord.gg/dAuKfZS)
[](https://crates.io/crates/spirv-tools)
[](https://docs.rs/spirv-tools)
[](https://deps.rs/repo/github/EmbarkStudios/spirv-tools)
[](https://github.com/EmbarkStudios/spirv-tools-rs/actions)
## Status
This is a very rough wrapper around the assembler, validator, and (most of the) optimizer tools available from [SPIR-V Tools], which is enough for the current needs of the [rust-gpu] project. See that project's code for more thorough usage examples.
## Contributing
[](CODE_OF_CONDUCT.md)
We welcome community contributions to this project.
Please read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
[SPIR-V Tools]: https://github.com/KhronosGroup/SPIRV-Tools
[rust-gpu]: https://github.com/EmbarkStudios/rust-gpu