1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
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
..
2021-11-13 13:09:08 +01:00
2022-01-10 23:19:30 +01:00
2021-12-28 21:19:24 +01:00
2021-05-09 14:42:14 +02:00
2022-01-10 23:19:30 +01:00
2021-12-28 21:19:24 +01:00