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

Transpile a function_parameter_declaration to GLSL