mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* WGSL storage address space should always correspond to MSL device address space. See MSL spec section 4.2. * Update baselines * Add error for storage address space if MSL version < 2. * Update default MSL version to 2.0.