Function glsl_lang::transpiler::glsl::show_expression_statement

source ยท
pub fn show_expression_statement<F>(
    f: &mut F,
    est: &ExprStatement,
    state: &mut FormattingState<'_>,
) -> Result
where F: Write + ?Sized,
Expand description

Transpile an expression_statement to GLSL