Use RGBA texture for image and svg pipelines

This commit is contained in:
Héctor Ramón Jiménez 2022-11-05 03:18:13 +01:00
parent 8ce8d374b1
commit 438f97a6d0
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 9 additions and 9 deletions

View file

@ -80,7 +80,7 @@ impl<T: Storage> Cache<T> {
Memory::Invalid
}
}
image::Data::Pixels {
image::Data::Rgba {
width,
height,
pixels,