pub fn atomic_store<T>(_ptr: &T, _val: T)
Atomic store. Maps to atomicStore(&var, value) in WGSL.
atomicStore(&var, value)