1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00
Files
egui/crates
Emil Ernerfeldt a541e021aa Add RectShape::blur_width to implement shadows (#4267)
This is mostly a refactor, but has some performance benefits:
* We (re)use the same tessellator as for everything else, leading to
less allocations
* We cull shapes before rendering them

Adding `RectShape::blur_width` means it can also be used for other
effects, such as glow.
2024-03-29 20:29:42 +01:00
..
2024-03-29 13:12:26 +01:00
2024-03-29 13:12:26 +01:00
2024-03-29 13:12:26 +01:00
2024-03-29 13:12:26 +01:00
2024-03-29 13:12:26 +01:00
2023-04-18 15:52:45 +02:00
2024-03-29 13:12:26 +01:00
2024-03-29 13:12:26 +01:00
2024-03-26 11:13:04 +01:00