https://github.com/Traverse-Research/rspirv-reflect
🦀 Minimal SPIR-V reflection library.
https://github.com/Traverse-Research/rspirv-reflect
reflection-library spir-v
Last synced: 5 months ago
JSON representation
🦀 Minimal SPIR-V reflection library.
- Host: GitHub
- URL: https://github.com/Traverse-Research/rspirv-reflect
- Owner: Traverse-Research
- License: apache-2.0
- Created: 2020-08-15T11:51:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:36:57.000Z (5 months ago)
- Last Synced: 2024-11-01T11:25:45.434Z (5 months ago)
- Topics: reflection-library, spir-v
- Language: Rust
- Homepage: https://traverseresearch.nl
- Size: 111 KB
- Stars: 41
- Watchers: 8
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- programming-awesome-list - rspirv-reflect - SPIR-V reflection library written in Rust (Libraries & Frameworks: / Graphics)
README
# 🌋 rspirv-reflect
[](https://crates.io/crates/rspirv-reflect)
[](https://docs.rs/rspirv-reflect)
[](https://github.com/Traverse-Research/rspirv-reflect/actions)
[](LICENSE-MIT)
[](LICENSE-APACHE)
[](../master/CODE_OF_CONDUCT.md)[](https://traverseresearch.nl)
This is a minimal dependency, SPIR-V reflection library written in rust. It uses the [rspirv](https://github.com/gfx-rs/rspirv/) crate as it's basis. As of writing it supports SPIR-V up to and including version 1.5.
```toml
[dependencies]
rspirv-reflect = "0.8.0"
```## License
Licensed under either of
- Apache License, Version 2.0, ([LICENSE-APACHE](../master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](../master/LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
## Alternative libraries
- [SPIR-Q](https://github.com/PENGUINLIONG/spirq-rs)
- [spirv-reflect-rs](https://github.com/gwihlidal/spirv-reflect-rs)
- [spirv_cross](https://github.com/grovesNL/spirv_cross)## 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.