1//! GLSL transpilers – i.e. going from GLSL to anything else. 2//! 3//! There’s no public interface / trait to define what a transpiler is. It depends on the target 4//! representation you aim. 5 6pub mod glsl;