Skip to content

v24.0.5

Choose a tag to compare

@Wumpf Wumpf released this 24 May 10:26

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

Bug Fixes

General

  • Fix a possible deadlock within Queue::write_buffer. By @RedMindZ in #7582

WebGPU

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