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

Transpile a function_prototype to GLSL