zed/crates/gpui_web
Cameron Mcloughlin 4601ead416
gpui: Webgl backend (#62165)
Currently gpui only supports webgpu as a backend when compiling for the
web. However, webgpu support on Linux browsers is spotty (without
setting experimental flags):
- chromium has is enabled for nvidia and recent intel chips
- firefox does not enable it

This PR adds a WebGL backend, which is much more widely supported

---

Release Notes:

- N/A or Added/Fixed/Improved ...

---------

Co-authored-by: Lukas Wirth <me@lukaswirth.dev>
2026-08-04 15:53:09 +00:00
..
examples/hello_web gpui: Webgl backend (#62165) 2026-08-04 15:53:09 +00:00
src gpui: Webgl backend (#62165) 2026-08-04 15:53:09 +00:00
Cargo.toml gpui: Webgl backend (#62165) 2026-08-04 15:53:09 +00:00
LICENSE-APACHE GPUI on the web (#50228) 2026-02-26 18:36:50 +01:00