slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann fdeda0d0ed Add some basic image loading caching for images loaded from the file system
Place them in a HashMap that's indexed by the path. This needs further
tuning, for example to also be applied to embedded images, and the cache
shouldn't hold a strong reference. But it makes the berlin page
playable.
2020-11-23 15:49:57 +01:00
..
buffers.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
Cargo.toml Bump version 2020-10-22 08:41:45 +02:00
glyphcache.rs Use a tight bounding box around rasterized glyphs 2020-10-01 13:27:14 +02:00
lib.rs Add some basic image loading caching for images loaded from the file system 2020-11-23 15:49:57 +01:00
shader.rs Rename ARGBColor to RgbaColor 2020-11-23 11:47:47 +01:00
texture.rs Add support for source clipping to the Image element 2020-11-23 15:46:59 +01:00