spirq-spvasm

Crates.iospirq-spvasm
lib.rsspirq-spvasm
version0.1.4
sourcesrc
created_at2023-12-25 15:04:20.439383
updated_at2024-03-14 01:26:33.28328
descriptionTools for SPIR-V Assembly interaction.
homepagehttps://github.com/PENGUINLIONG/spirq-rs
repositoryhttps://github.com/PENGUINLIONG/spirq-rs
max_upload_size
id1080290
size557,704
PENGUINLIONG (PENGUINLIONG)

documentation

https://docs.rs/spirq-spvasm

README

SPIR-Q Tools for SPIR-V Assembly

Crate Documentation

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 of spirv-as)
  • Disassemlber spirq-dis (drop-in replacement of spirv-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

at your option.

Commit count: 251

cargo fmt