Function glsl_lang::transpiler::glsl::show_unary_op

source ยท
pub fn show_unary_op<F>(
    f: &mut F,
    op: &UnaryOp,
    _: &mut FormattingState<'_>,
) -> Result
where F: Write + ?Sized,
Expand description

Transpile an unary_op to GLSL