Skip to content

v0.31.1

Choose a tag to compare

@kolkov kolkov released this 27 Feb 20:08
· 251 commits to main since this release
a6111ca

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 BytesPerRow is padded to 256-byte alignment

See gogpu#96 for details.