Function glsl_lang::transpiler::glsl::show_compound_statement

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

Transpile a compound_statement to GLSL