mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Compound assignments on wgsl follow the same semantics as their underlying operation, this includes the splatting behavior when mixing scalar and vector operands, which was done for binary operations but not for compound assignments.