Function glsl_lang::transpiler::glsl::show_switch_statement
source ยท pub fn show_switch_statement<F>(
f: &mut F,
sst: &SwitchStatement,
state: &mut FormattingState<'_>,
) -> Result
Expand description
Transpile a switch_statement to GLSL