Module glsl_lang::transpiler
source · Expand description
GLSL transpilers – i.e. going from GLSL to anything else.
There’s no public interface / trait to define what a transpiler is. It depends on the target representation you aim.
Modules§
- A GLSL450/GLSL460 transpiler that takes a syntax tree and writes it as a plain raw GLSL
String
.