Skip to content

Latest commit

 

History

History

lang-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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