v22.1.0
This release includes wgpu
, wgpu-core
and naga
. All other crates remain at 22.0.0.
Added
Naga
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