glsl-lang-cli

Crates.ioglsl-lang-cli
lib.rsglsl-lang-cli
version0.6.1
sourcesrc
created_at2021-04-04 23:14:18.455952
updated_at2024-10-01 20:20:18.296799
descriptionCLI for the glsl-lang crate
homepagehttps://github.com/alixinne/glsl-lang
repositoryhttps://github.com/alixinne/glsl-lang
max_upload_size
id379050
size39,741
Alixinne (alixinne)

documentation

https://docs.rs/glsl-lang-cli/

README

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

Commit count: 439

cargo fmt