Module glsl_lang::transpiler[][src]

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

glsl

A GLSL450/GLSL460 transpiler that takes a syntax tree and writes it as a plain raw GLSL String.