aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/wgpu_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* webgpu: Implement device lost (#32354)Samson2024-06-171-20/+54
* webgpu: Parse and forward backend prefs to wgpu (#32410)Hieu Do2024-05-311-2/+14
* clippy: Fix warnings in `components/webgpu/wgpu_thread.rs` (#32392)Farid2024-05-311-30/+25
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-100/+175
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* webgpu: Use WGPU poller thread for poll_all_devices (#32266)Samson2024-05-151-21/+21
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-0/+1088