pub fn atomic_sub<T>(_ptr: &T, _val: T) -> T
Atomic subtract. Maps to atomicSub(&var, value) in WGSL.
atomicSub(&var, value)