1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -04:00

Split out tesselation from Context::end_frame()

This commit is contained in:
Emil Ernerfeldt
2020-11-07 11:44:32 +01:00
parent 901a6920be
commit af11d766fc
9 changed files with 59 additions and 29 deletions

View File

@@ -13,6 +13,7 @@
* You can no longer throw windows
* `Context::begin_frame()` no longer returns anything.
* Put your widgets into a `SidePanel`, `TopPanel`, `CentralPanel`, `Window` or `Area`.
* `Context::end_frame()` now returns "paint jobs" that need to be converted to triangles with `Context::tesselate()`.
## 0.2.0 - 2020-10-10