zed/crates/gpui_platform
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
..
src gpui: Webgl backend (#62165) 2026-08-04 15:53:09 +00:00
Cargo.toml gpui_web: Fix some bugs (#61707) 2026-07-28 06:22:31 +00:00
LICENSE-APACHE