pub fn show_expr<F>(
    f: &mut F,
    expr: &Expr,
    state: &mut FormattingState<'_>
) -> Result
where F: Write + ?Sized,
Expand description

Transpile an expr to GLSL