| Crates.io | glsl-lang-cli |
| lib.rs | glsl-lang-cli |
| version | 0.8.1 |
| created_at | 2021-04-04 23:14:18.455952+00 |
| updated_at | 2025-09-15 21:23:43.829679+00 |
| description | CLI for the glsl-lang crate |
| homepage | https://github.com/alixinne/glsl-lang |
| repository | https://github.com/alixinne/glsl-lang |
| max_upload_size | |
| id | 379050 |
| size | 41,646 |
glsl-lang debugging CLI.
This is only a prototype for debugging, more options will be added in later updates.
Print GLSL AST to the standard output:
$ cargo run < source.glsl
TranslationUnit
ExternalDeclaration@0:0..45 `Declaration`
Declaration@0:0..45 `Block`
[...]
Alixinne alixinne@pm.me
BSD-3-Clause