glyphon/src
Héctor Ramón Jiménez ea5f122f78 Remove potentially huge texture_pending from InnerAtlas
Instead, issue a `write_texture` for every glyph that isn't present in
the atlas. I think this should be fine, since cache eviction should be
rare and, therefore, uploads will be too.

The result here is lower memory usage for bigger caches.
2023-03-27 23:00:19 -02:30
..
error.rs Add documentation to all public types 2022-10-18 13:25:24 -02:30
lib.rs Set default_color per TextArea 2023-02-26 23:30:30 -03:30
shader.wgsl Allow depth to be attached to text using metadata 2023-02-15 07:54:31 -03:30
text_atlas.rs Remove potentially huge texture_pending from InnerAtlas 2023-03-27 23:00:19 -02:30
text_render.rs Remove potentially huge texture_pending from InnerAtlas 2023-03-27 23:00:19 -02:30