Merge pull request #3070 from edwloef/cheap_mesh_clone
Introduce `draw_mesh_cache` in `mesh::Renderer`
This commit is contained in:
commit
b9eeb34a12
7 changed files with 110 additions and 56 deletions
|
|
@ -373,6 +373,10 @@ impl graphics::mesh::Renderer for Renderer {
|
|||
fn draw_mesh(&mut self, _mesh: graphics::Mesh) {
|
||||
log::warn!("iced_tiny_skia does not support drawing meshes");
|
||||
}
|
||||
|
||||
fn draw_mesh_cache(&mut self, _cache: iced_graphics::mesh::Cache) {
|
||||
log::warn!("iced_tiny_skia does not support drawing meshes");
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue