pub fn show_preprocessor_line<F>(
    f: &mut F,
    pl: &PreprocessorLine,
    _: &mut FormattingState<'_>
) -> Result
where F: Write + ?Sized,
Expand description

Transpile a preprocessor_line to GLSL