5 releases
0.1.4 | Mar 14, 2024 |
---|---|
0.1.3 | Feb 13, 2024 |
0.1.2 | Dec 26, 2023 |
0.1.1 | Dec 26, 2023 |
0.1.0 | Dec 25, 2023 |
#990 in Graphics APIs
83 downloads per month
Used in 2 crates
755KB
18K
SLoC
SPIR-Q Tools for SPIR-V Assembly
SPIR-Q tools for SPIR-V Assembly provides useful auxiliaries for shader and shader tool development. The toolkit currently provides the following tools:
- Assembler
spirq-as
(drop-in replacement ofspirv-as
) - Disassemlber
spirq-dis
(drop-in replacement ofspirv-dis
)
spirq-as
and spirq-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
~49K SLoC