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

[egui_web] Improve alpha blending + add WebGL2 painter

This commit is contained in:
Emil Ernerfeldt
2021-01-16 01:30:00 +01:00
parent e1000da305
commit ef595153c9
7 changed files with 819 additions and 199 deletions

View File

@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added ⭐
* WebGL2 is now supported, with improved texture sampler. WebGL1 will be used as a fallback.
### Changed
* Slightly improved alpha-blending (work-around for non-existing linear-space blending).
## 0.7.0 - 2021-01-04