wgsl-dump is a small command line utility for dumping selected parts of a wgsl module.
Install wgsl-dump with cargo by providing
cargo install --git https://github.com/pyxis-roc/wgsl-dump
To use wgsl-dump, invoke it from the command line, providing the path to the wgsl file you want to parse:
wgsl-dump -i /path/to/input -o /path/to/output <--dump-conditions|--dump-indices>
Additional usage information can be found by running wgsl-dump --help
- Code: The source code is licensed under the MIT License.
- Documentation: The documentation and related materials are licensed under the CC-BY-SA-4.0 License.