Function glsl_lang::transpiler::glsl::show_statement

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

Transpile a statement to GLSL