mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Remove profile scope from tessellate_shape
This commit is contained in:
@@ -1205,8 +1205,6 @@ impl Tessellator {
|
|||||||
/// * `shape`: the shape to tessellate.
|
/// * `shape`: the shape to tessellate.
|
||||||
/// * `out`: triangles are appended to this.
|
/// * `out`: triangles are appended to this.
|
||||||
pub fn tessellate_shape(&mut self, shape: Shape, out: &mut Mesh) {
|
pub fn tessellate_shape(&mut self, shape: Shape, out: &mut Mesh) {
|
||||||
crate::profile_function!();
|
|
||||||
|
|
||||||
match shape {
|
match shape {
|
||||||
Shape::Noop => {}
|
Shape::Noop => {}
|
||||||
Shape::Vec(vec) => {
|
Shape::Vec(vec) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user