1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -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

@@ -58,6 +58,7 @@ features = [
"Touch",
"TouchEvent",
"TouchList",
"WebGl2RenderingContext",
"WebGlBuffer",
"WebGlProgram",
"WebGlRenderingContext",