summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-08-02 22:05:11 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-08-02 22:05:11 +0200
commitc7e17391c53c9aa076d76982189a5184681aac0c (patch)
tree97635d0607f185343c442060eeeabc11ebbc9f41 /runtime
parent50ce65b3b7ad10a8537b751b3890d9dcfaecf846 (diff)
downloadiced-c7e17391c53c9aa076d76982189a5184681aac0c.tar.gz
iced-c7e17391c53c9aa076d76982189a5184681aac0c.tar.bz2
iced-c7e17391c53c9aa076d76982189a5184681aac0c.zip
Fix `iced_wgpu` freezing on empty layers
The `render` method would return when an empty layer is encountered without explicitly dropping the `RenderPass` (necessary because we use `ManuallyDrop`), which would then leak memory and freeze `wgpu` until the surface was recreated.
Diffstat (limited to 'runtime')
0 files changed, 0 insertions, 0 deletions