Use RGBA texture for image and svg pipelines
This commit is contained in:
parent
8ce8d374b1
commit
438f97a6d0
4 changed files with 9 additions and 9 deletions
|
|
@ -80,7 +80,7 @@ impl<T: Storage> Cache<T> {
|
|||
Memory::Invalid
|
||||
}
|
||||
}
|
||||
image::Data::Pixels {
|
||||
image::Data::Rgba {
|
||||
width,
|
||||
height,
|
||||
pixels,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue