Crates.io | glsl-lang-cli |
lib.rs | glsl-lang-cli |
version | 0.6.1 |
source | src |
created_at | 2021-04-04 23:14:18.455952 |
updated_at | 2024-10-01 20:20:18.296799 |
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 | 39,741 |
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