Function glsl_lang::transpiler::glsl::show_jump_statement[][src]

pub fn show_jump_statement<F>(
    f: &mut F,
    j: &JumpStatement,
    state: &mut FormattingState<'_>
) -> Result where
    F: Write

Transpile a jump_statement to GLSL