Skip to content

v0.19.4

Compare
Choose a tag to compare
@cwfitzgerald cwfitzgerald released this 18 Apr 00:12
87576b7

This release includes wgpu, wgpu-core, and wgpu-hal. All other crates are unchanged.

Bug Fixes

General

  • Don't depend on bind group and bind group layout entry order in backends. This caused incorrect command execution and, in some cases, crashes. By @ErichDonGubler in #5421.
  • Properly clean up all write_buffer/texture temporary resources. By @robtfm in #5413.
  • Fix deadlock in certain situations when mapping buffers using wgpu-profiler. By @cwfitzgerald in #5517

WebGPU