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

Release egui_glow 0.18.1 - remove unnecessary calls to gl.get_error

This commit is contained in:
Emil Ernerfeldt
2022-05-05 23:24:43 +02:00
parent 87ca29173d
commit d69ce546fa
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,9 @@ All notable changes to the `egui_glow` integration will be noted in this file.
## Unreleased
## 0.18.1 - 2022-05-05
* Remove calls to `gl.get_error` in release builds to speed up rendering ([#1583](https://github.com/emilk/egui/pull/1583)).