slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann dd043fc51b Fix texture caching for images with the same source but different image-rendering properties
As tests/cases/examples/image_rendering.60 itself demonstrates, the png file
should be loaded into the CPU side image cache once, but the two textures
should be cached independently.

cc #465
2021-09-06 13:47:41 +02:00
..
fonts Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
Cargo.toml Update resvg version 2021-09-04 10:50:20 +02:00
event_loop.rs Internal cleanup: Simplify some Option handling 2021-09-01 18:29:32 +02:00
fonts.rs Internal cleanup: Remove canvas dependency from text layout code 2021-09-02 11:09:32 +02:00
graphics_window.rs GL backend: clean up of window map state handling 2021-09-06 13:15:06 +02:00
images.rs Fix texture caching for images with the same source but different image-rendering properties 2021-09-06 13:47:41 +02:00
lib.rs Fix texture caching for images with the same source but different image-rendering properties 2021-09-06 13:47:41 +02:00
svg.rs Update resvg version 2021-09-04 10:50:20 +02:00