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

Fix alpha blending in WebGL2 backend (#650)

Add a render-to-texture step with an sRGBA8 texture
This commit is contained in:
AsmPrgmC3
2021-08-25 21:28:42 +02:00
committed by GitHub
parent a256337856
commit 31a1882997
11 changed files with 230 additions and 54 deletions

View File

@@ -5,6 +5,9 @@ All notable changes to the `egui_web` integration will be noted in this file.
## Unreleased
### Fixed 🐛
* Fix alpha blending for WebGL2 backend, now having identical results as egui_glium
## 0.14.0 - 2021-08-24