spq-spvasm

Crates.iospq-spvasm
lib.rsspq-spvasm
version0.1.4
sourcesrc
created_at2024-03-23 04:47:51.87276
updated_at2024-03-23 04:47:51.87276
descriptionTools for SPIR-V Assembly interaction.
homepagehttps://github.com/PENGUINLIONG/spq-rs
repositoryhttps://github.com/PENGUINLIONG/spq-rs
max_upload_size
id1183265
size557,452
PENGUINLIONG (PENGUINLIONG)

documentation

https://docs.rs/spq-spvasm

README

spq Tools for SPIR-V Assembly

Crate Documentation

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

at your option.

Commit count: 256

cargo fmt