Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-23 | 845 Bytes | |
v26.0.2 source code.tar.gz | 2025-07-23 | 13.3 MB | |
v26.0.2 source code.zip | 2025-07-23 | 14.2 MB | |
Totals: 3 Items | 27.6 MB | 1 |
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
VkFramebuffer
s 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.