mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Handle SPIR-V input that performs atomic operations on structs that have more than one field. Track which fields of which struct types are used by atomic operations on which global variables, and then give those global variables new types in which exactly those fields have had their `Scalar` leaf types changed to `Atomic`. Add snapshot tests. Co-authored-by: Jim Blandy <jimb@red-bean.com>