Function glsl_lang::transpiler::glsl::show_iteration_statement
source ยท pub fn show_iteration_statement<F>(
f: &mut F,
ist: &IterationStatement,
state: &mut FormattingState<'_>,
) -> Result
Expand description
Transpile an iteration_statement to GLSL