Skip to content

v22.1.0

Compare
Choose a tag to compare
@cwfitzgerald cwfitzgerald released this 31 Jul 21:50
· 483 commits to trunk since this release
5c5c8b1

This release includes wgpu, wgpu-core and naga. All other crates remain at 22.0.0.

Added

Naga

  • Added back implementations of PartialEq for more IR types. By @teoxoy in #6045

Bug Fixes

General

  • Fix profiling with tracy. By @waywardmonkeys in #5988
  • Fix function for checking bind compatibility to error instead of panic. By @sagudev #6012
  • Fix crash when dropping the surface after the device. By @Wumpf in #6052
  • Fix length of copy in queue_write_texture. By @teoxoy in #6009
  • Fix error message that is thrown in create_render_pass to no longer say compute_pass. By @matthew-wong1 #6041
  • As a workaround for issue #4905, wgpu-core is undocumented unless --cfg wgpu_core_doc feature is enabled. By @kpreid in #5987