egui/egui_glow/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
epi_backend.rs Rename Texture to FontImage 2021-12-28 21:19:24 +01:00
lib.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
misc_util.rs Fix bugs in glow on web (#1092) 2022-01-10 23:19:30 +01:00
painter.rs Fix bugs in glow on web (#1092) 2022-01-10 23:19:30 +01:00
post_process.rs Improve OpenGL error detection and reporting in egui_glow 2022-01-09 23:04:00 +01:00
shader_version.rs Fix bugs in glow on web (#1092) 2022-01-10 23:19:30 +01:00
vao_emulate.rs Make egui_glow painter to work on web (#868) 2021-11-03 19:17:07 +01:00