zed/crates/gpui_web
Cameron Mcloughlin 417d03305a
Gpui web dont repaint (#62327)
Currently, GPUI on web calls `requestAnimationFrame` every frame, which
causes it to do meaningful GPU work every frame, even if it was
identical.

This PR makes GPUI only call `requestAnimationFrame` when it has new
content to display.

---

Release Notes:

- N/A or Added/Fixed/Improved ...
2026-08-07 18:51:36 +00:00
..
examples/hello_web gpui: Webgl backend (#62165) 2026-08-04 15:53:09 +00:00
src Gpui web dont repaint (#62327) 2026-08-07 18:51:36 +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