glyphon/src
Alphyr 128841ee7d
Small improvements to cache (#130)
* Remove `Arc` around `RenderPipeline`

It is not necessary anymore in last `wgpu` version.

* Replace `RwLock` with `Mutex`

It was only used for writing.
2025-02-04 22:34:11 -03:30
..
cache.rs Small improvements to cache (#130) 2025-02-04 22:34:11 -03:30
custom_glyph.rs Cleanup before release 2024-09-17 03:00:12 -02:30
error.rs Add Interpolation attribute for the VertexOutput and add Error trait implementation for RenderError (#49) 2023-08-06 13:07:42 -02:30
lib.rs Cleanup before release 2024-09-17 03:00:12 -02:30
shader.wgsl Simplify rendering pipeline, reduce gpu memory usage, remove duplicated data (#86) 2024-05-26 22:52:30 -02:30
text_atlas.rs Small improvements to cache (#130) 2025-02-04 22:34:11 -03:30
text_render.rs Small improvements to cache (#130) 2025-02-04 22:34:11 -03:30
viewport.rs Cleanup before release 2024-09-17 03:00:12 -02:30