Function glsl_lang::transpiler::glsl::show_block

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

Transpile a block(f: &mut F, b: &ast::Block, state: &mut FormattingState to GLSL