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

Reintroduce color fixes to WebGL1 backend, but only if sRGB textures are supported (#652)

Also removed the 300es shaders, as they'd be identical to the 100es ones.
This commit is contained in:
AsmPrgmC3
2021-08-26 18:40:35 +02:00
committed by GitHub
parent c510899019
commit 3a634ff46e
9 changed files with 224 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ 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
* Fix alpha blending for WebGL2 and WebGL1 with sRGB support backends, now having identical results as egui_glium
## 0.14.0 - 2021-08-24