1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/crates/epaint/src
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-01-08 17:41:21 +01:00
2024-01-08 17:41:21 +01:00
2024-03-26 09:05:29 +01:00
2024-03-26 09:05:29 +01:00
2024-01-08 17:41:21 +01:00