iced-yoda/wgpu/src/image
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
..
atlas Make image Cache eviction strategy less aggressive in iced_wgpu 2024-04-24 21:29:30 +02:00
atlas.rs Make image Cache eviction strategy less aggressive in iced_wgpu 2024-04-24 21:29:30 +02:00
cache.rs Redesign iced_wgpu layering architecture 2024-04-03 21:07:54 +02:00
mod.rs Make image Cache eviction strategy less aggressive in iced_wgpu 2024-04-24 21:29:30 +02:00
null.rs Merge branch 'master' into wgpu/better-architecture 2024-04-07 14:06:52 +02:00
raster.rs Make image Cache eviction strategy less aggressive in iced_wgpu 2024-04-24 21:29:30 +02:00
vector.rs Make image Cache eviction strategy less aggressive in iced_wgpu 2024-04-24 21:29:30 +02:00