Refactor image::Pipeline into prepare and render architecture

This commit is contained in:
Héctor Ramón Jiménez 2023-02-07 22:53:08 +01:00
parent 34c963f7b3
commit 363966ee9e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 190 additions and 147 deletions

View file

@ -56,7 +56,8 @@ pub use wgpu;
pub use backend::Backend;
pub use settings::Settings;
pub(crate) use iced_graphics::Transformation;
use crate::buffer::Buffer;
use iced_graphics::Transformation;
#[cfg(any(feature = "image", feature = "svg"))]
mod image;