Skip to content

v24.0.2

Latest
Compare
Choose a tag to compare
@cwfitzgerald cwfitzgerald released this 27 Feb 02:21
· 300 commits to trunk since this release
d06da58

This release bumps wgpu-core and wgpu-hal to 24.0.2. All other crates remain at their previous verions.

Bug Fixes

  • Fix GLES renderpass clears causing violation of max_color_attachments limit. By @adrian17 in #6994.
  • Fix a possible deadlock within Queue::write_texture. By @metamuffin in #7004
  • Decrement max_storage_buffer_binding_size by 1 to match max_buffer_size. By @minus1ms in #7217