pub fn atomic_max<T>(_ptr: &T, _val: T) -> T
Atomic maximum. Maps to atomicMax(&var, value) in WGSL.
atomicMax(&var, value)