mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
633: Port to the updated wgpu error model r=scoopr a=kvark Depends on https://github.com/gfx-rs/wgpu/pull/1034 I removed most of the helping sugar we had before, in exchange for simple `match` and a `handle_error` function. I believe this way it's easier to maintain and debug (stepping through closures is a pain today). Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
Description
Safe and portable GPU abstraction in Rust, implementing WebGPU API.
Languages
Rust
94.6%
JavaScript
5.4%