Refactor image::Pipeline into prepare and render architecture
This commit is contained in:
parent
34c963f7b3
commit
363966ee9e
4 changed files with 190 additions and 147 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue