Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 529 Bytes

glsl-lang-cli

Crates.io

glsl-lang debugging CLI.

This is only a prototype for debugging, more options will be added in later updates.

Usage

Print GLSL AST to the standard output:

$ cargo run < source.glsl
TranslationUnit
  ExternalDeclaration@0:0..45 `Declaration`
    Declaration@0:0..45 `Block`
      [...]

Author

Alixinne alixinne@pm.me

License

BSD-3-Clause