Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.2 KB

wgsl-dump

Build Status REUSE status MIT-License

wgsl-dump is a small command line utility for dumping selected parts of a wgsl module.

Installation

Install wgsl-dump with cargo by providing cargo install --git https://github.com/pyxis-roc/wgsl-dump

Usage

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

Licenses

  • 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.