A simple, quick-and-dirty command line interpreter/debugger for GPU shaders.
Uses naga to parse the shader source and then steps through the code sequentially.
wgsl
: Enables WGSL shader source input.glsl
: Enables GLSL shader source input.
wgsl
is enabled by default. Enable glsl
by passing --features glsl
to cargo.
This crate is very incomplete. Use with caution!