pub fn fma(a: f32, b: f32, c: f32) -> f32
Fused multiply-add. Maps to fma(a, b, c) in WGSL.
fma(a, b, c)