Skip to content

v25.0.2

Compare
Choose a tag to compare
@Wumpf Wumpf released this 24 May 10:57
· 1 commit to v25 since this release
f35cf94

This release includes wgpu, wgpu-core and wgpu-hal version 25.0.2. All other crates remain at their previous versions.

Bug Fixes

General

  • Fix a possible deadlock within Queue::write_buffer. By @RedMindZ in #7582
  • Fix raw-window-handle dependency being too lenient. By @kpreid in #7526

WebGPU

  • Insert fragment pipeline constants into fragment descriptor instead of vertex descriptor. By @DerSchmale in #7621