v0.31.1
Vulkan Buffer-to-Image Copy Fix
Fix pixel corruption on rounded rectangles and non-power-of-2 width textures on Vulkan.
Changes
- Update wgpu v0.18.0 → v0.18.1 — fixes buffer-to-image copy row stride corruption when
BytesPerRowis padded to 256-byte alignment
See gogpu#96 for details.