1 unstable release
0.1.4 | Mar 23, 2024 |
---|
#776 in Graphics APIs
1,208 downloads per month
Used in 6 crates
(4 directly)
560KB
13K
SLoC
spq Tools for SPIR-V Assembly
spq tools for SPIR-V Assembly provides useful auxiliaries for shader and shader tool development. The toolkit currently provides the following tools:
- Assembler
spq-as
(drop-in replacement ofspirv-as
) - Disassemlber
spq-dis
(drop-in replacement ofspirv-dis
)
spq-as
and spq-dis
share the same commandline arguments as the official tools. They consume the same SPIR-V assembly syntax as described here.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~1.7–2.3MB
~50K SLoC