pub fn show_selection_statement<F>(
    f: &mut F,
    sst: &SelectionStatement,
    state: &mut FormattingState<'_>
) -> Result
where F: Write + ?Sized,
Expand description

Transpile a selection_statement to GLSL