mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
WIP: Working clip rects for glium
This commit is contained in:
@@ -120,10 +120,10 @@ pub enum PaintCmd {
|
||||
outline: Option<Outline>,
|
||||
},
|
||||
Rect {
|
||||
rect: Rect,
|
||||
corner_radius: f32,
|
||||
fill_color: Option<Color>,
|
||||
outline: Option<Outline>,
|
||||
rect: Rect,
|
||||
},
|
||||
/// Paint a single line of text
|
||||
Text {
|
||||
|
||||
Reference in New Issue
Block a user