iced/wgpu/src/image/atlas
Héctor Ramón Jiménez 493c36ac71
Make image Cache eviction strategy less aggressive in iced_wgpu
Instead of trimming unconditionally at the end of
a frame, we now trim the cache only when there is a
cache miss.

This way, images that are not visible but still a
part of the layout will stay cached. Eviction will
only happen when the images are not a part of the
UI for two consectuive frames.
2024-04-24 21:29:30 +02:00
..
allocation.rs Create iced_widget subcrate and re-organize the whole codebase 2023-03-04 05:37:11 +01:00
allocator.rs Make image Cache eviction strategy less aggressive in iced_wgpu 2024-04-24 21:29:30 +02:00
entry.rs Remove image abstractions in iced_graphics 2023-03-07 03:47:49 +01:00
layer.rs Make image Cache eviction strategy less aggressive in iced_wgpu 2024-04-24 21:29:30 +02:00