Crates.io | spq-spvasm |
lib.rs | spq-spvasm |
version | 0.1.4 |
source | src |
created_at | 2024-03-23 04:47:51.87276 |
updated_at | 2024-03-23 04:47:51.87276 |
description | Tools for SPIR-V Assembly interaction. |
homepage | https://github.com/PENGUINLIONG/spq-rs |
repository | https://github.com/PENGUINLIONG/spq-rs |
max_upload_size | |
id | 1183265 |
size | 557,452 |
spq tools for SPIR-V Assembly provides useful auxiliaries for shader and shader tool development. The toolkit currently provides the following tools:
spq-as
(drop-in replacement of spirv-as
)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.
This project is licensed under either of
at your option.