Skip to content

v26.0.2

Compare
Choose a tag to compare
@cwfitzgerald cwfitzgerald released this 23 Jul 23:25
· 8 commits to v26 since this release
0304924

This release includes wgpu-hal version v26.0.2. All other crates remain at their previous versions.

Bug Fixes

  • Fixed vulkan validation error regarding the swapchain in latest SDK. By @cwfitzgerald in #7971.
  • Fixed flickering on AMD devices and crashes inside Renderdoc due to incorrect caching of VkFramebuffers when the driver re-used image view handles. By @cwfitzgerald in #7972.

Warning

There is formally a breaking change in wgpu_hal::vulkan::Device::texture_from_raw
as there is now a &self receiver where there previously wasn't one. This will not
affect you unless you explicitly use this api. We have gone ahead with the release
as the bug was pervasive and made wgpu unusable for the affected people on v26.