Function glsl_lang::transpiler::glsl::show_function_definition

source ยท
pub fn show_function_definition<F>(
    f: &mut F,
    fd: &FunctionDefinition,
    state: &mut FormattingState<'_>,
) -> Result
where F: Write + ?Sized,
Expand description

Transpile a function_definition to GLSL