Function glsl_lang::transpiler::glsl::show_external_declaration

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

Transpile an external_declaration to GLSL