Remove image abstractions in iced_graphics
This commit is contained in:
parent
9b4bcd287a
commit
3a26baa564
11 changed files with 352 additions and 436 deletions
|
|
@ -119,7 +119,7 @@ impl Backend {
|
|||
self.triangle_pipeline.end_frame();
|
||||
|
||||
#[cfg(any(feature = "image", feature = "svg"))]
|
||||
self.image_pipeline.end_frame(device, queue, encoder);
|
||||
self.image_pipeline.end_frame();
|
||||
}
|
||||
|
||||
fn prepare_text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue