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

@ -27,7 +27,7 @@ impl image::Storage for Storage {
width as i32,
height as i32,
0,
glow::BGRA,
glow::RGBA,
glow::UNSIGNED_BYTE,
Some(data),
);