mirror of
https://github.com/servo/servo.git
synced 2025-07-20 22:03:42 +01:00
webgpu currently sends updates WebRender directly via WebRender API (same as webgl that I also plan to reform). 2D canvas uses Compositor API for that and with this PR so does webgpu. This will be helpful for #35733, where compositor must know state of image updates. Testing: WebGPU CTS run: https://github.com/sagudev/servo/actions/runs/15895299748 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs | ||
poll_thread.rs | ||
swapchain.rs | ||
wgpu_thread.rs |