Function glsl_lang::transpiler::glsl::show_function_prototype

source ยท
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