Crate glsl_lang[][src]

GLSL 4.60 language parser and AST.

Modules

ast

GLSL abstract syntax tree and grammar.

parse

Parsing utilities and entry points

transpiler

GLSL transpilers – i.e. going from GLSL to anything else.

visitor

AST visitors (i.e. on-the-fly mutation at different places in the AST).