Skip to content

Commit 4bd0f75

Browse files
authored
Backport changelog from v26.0.2 (#7999)
1 parent dbe64a7 commit 4bd0f75

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ By @Vecvec in [#7913](https://github.com/gfx-rs/wgpu/pull/7913).
5959

6060
Naga now requires that no type be larger than 1 GB. This limit may be lowered in the future; feedback on an appropriate value for the limit is welcome. By @andyleiserson in [#7950](https://github.com/gfx-rs/wgpu/pull/7950).
6161

62+
## v26.0.2 (2025-07-23)
63+
64+
### Bug Fixes
65+
66+
- Fixed vulkan validation error regarding the swapchain in latest SDK. By @cwfitzgerald in [#7971](https://github.com/gfx-rs/wgpu/pull/7971).
67+
- 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](https://github.com/gfx-rs/wgpu/pull/7972).
68+
> [!WARNING]
69+
> There is formally a breaking change in `wgpu_hal::vulkan::Device::texture_from_raw` as there is now a `&self` receiver where
70+
> there previously wasn't one. This will not affect you unless you explicitly use this api. We have gone ahead with the release
71+
> as the bug was pervasive and made wgpu unusable for the affected people on v26.
72+
6273
## v26.0.1 (2025-07-10)
6374

6475
### Bug Fixes

0 commit comments

Comments
 (0)