egui/egui_web/src
Emil Ernerfeldt 205e04aa18
Fix bugs in glow on web (#1092)
* Re-add check of WEBGL_debug_renderer_info to avoid OpenGL error

I removed this check in https://github.com/emilk/egui/pull/1020
because it produced a warning on Firefox. Better a warning
than an OpenGL error though.

* Bug fix: don't ask for webgl context and then later for webgl2 context

The browser will only allow the first thing we check, so this will
prevent webgl2 from working.
2022-01-10 23:19:30 +01:00
..
shader Clean up glsl code 2021-11-13 13:09:08 +01:00
backend.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
glow_wrapping.rs Fix bugs in glow on web (#1092) 2022-01-10 23:19:30 +01:00
lib.rs Fix bugs in glow on web (#1092) 2022-01-10 23:19:30 +01:00
painter.rs Rename `Texture` to `FontImage` 2021-12-28 21:19:24 +01:00
screen_reader.rs Update tts 0.15 -> 0.16 2021-05-09 14:42:14 +02:00
webgl1.rs Fix bugs in glow on web (#1092) 2022-01-10 23:19:30 +01:00
webgl2.rs Rename `Texture` to `FontImage` 2021-12-28 21:19:24 +01:00