Warn about unsupported primitives in iced_wgpu
This commit is contained in:
parent
2bc4880d00
commit
91ef07e6eb
1 changed files with 5 additions and 1 deletions
|
|
@ -270,7 +270,11 @@ impl<'a> Layer<'a> {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
// Unsupported!
|
// Not supported!
|
||||||
|
log::warn!(
|
||||||
|
"Unsupported primitive in `iced_wgpu`: {:?}",
|
||||||
|
primitive
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue