1
0
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:
Emil Ernerfeldt
2020-04-21 00:17:02 +02:00
parent 2f02446f6f
commit 46f123eeb6
4 changed files with 59 additions and 22 deletions

View File

@@ -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 {