diff options
author | 2024-02-19 08:35:21 +0100 | |
---|---|---|
committer | 2024-02-19 08:35:21 +0100 | |
commit | 121d220532c14e6fa85e333ccf4271477298445b (patch) | |
tree | b107276f229ec3c9b1a05124591fdc6aed0bbdec /CHANGELOG.md | |
parent | c76a9eb2ff08ac242ed27d7fb11f536c1cc4411a (diff) | |
parent | 5d09632790fb4c0a756262c667a993e6da856e0c (diff) | |
download | iced-121d220532c14e6fa85e333ccf4271477298445b.tar.gz iced-121d220532c14e6fa85e333ccf4271477298445b.tar.bz2 iced-121d220532c14e6fa85e333ccf4271477298445b.zip |
Merge pull request #2259 from PolyMeilex/wgpu-image-workaround-wgpu-gl-heuristics
[wgpu.image] Workaround WGPU OpenGL heuristics
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf04677d..bb488f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,6 +116,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Alpha mode misconfiguration in `iced_wgpu`. [#2231](https://github.com/iced-rs/iced/pull/2231) - Outdated documentation leading to a dead link. [#2232](https://github.com/iced-rs/iced/pull/2232) +## Patched +- Black images when using OpenGL backend in `iced_wgpu`. [#2259](https://github.com/iced-rs/iced/pull/2259) + Many thanks to... - @akshayr-mecha @@ -156,6 +159,7 @@ Many thanks to... - @nicksenger - @Nisatru - @nyurik +- @PolyMeilex - @Remmirad - @ripytide - @snaggen |