pub fn show_subroutine<F>(
    f: &mut F,
    types: &[TypeSpecifier],
    state: &mut FormattingState<'_>
) -> Result
where F: Write + ?Sized,
Expand description

Transpile a subroutine to GLSL