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