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

Transpile a preprocessor to GLSL