Crate glsl_lang_cli

Source
Expand description

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`
      [...]

Structsยง

Opts ๐Ÿ”’
glsl-lang command-line interface
ParseError ๐Ÿ”’

Functionsยง

main ๐Ÿ”’
CLI entry point
output_glsl ๐Ÿ”’
output_json ๐Ÿ”’
output_text ๐Ÿ”’
parse_tu ๐Ÿ”’