Crates.io | spirq-spvasm |
lib.rs | spirq-spvasm |
version | 0.1.4 |
source | src |
created_at | 2023-12-25 15:04:20.439383 |
updated_at | 2024-03-14 01:26:33.28328 |
description | Tools for SPIR-V Assembly interaction. |
homepage | https://github.com/PENGUINLIONG/spirq-rs |
repository | https://github.com/PENGUINLIONG/spirq-rs |
max_upload_size | |
id | 1080290 |
size | 557,704 |
SPIR-Q tools for SPIR-V Assembly provides useful auxiliaries for shader and shader tool development. The toolkit currently provides the following tools:
spirq-as
(drop-in replacement of spirv-as
)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.
This project is licensed under either of
at your option.