Function glsl_lang::transpiler::glsl::show_type_specifier

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

Transpile a type_specifier to GLSL