wgpu/xtask
Andreas Reich 7774f31021
Allow WebGPU & WebGL in same wasm and detect WebGPU availability (#5044)
* Rename backends: web -> webgpu, direct -> wgpu_core

* rename context objects for web & core

* allow webgpu & webgl features side-by-side

* make sure webgl ci doesn't use webgpu

* update any_backend_feature_enabled

* add panicing generate_report method for compatibility

* RequestDeviceErrorKind::Web rename, fixup various cfg attributes

* automatic webgpu support detection

* changelog entry

* fix emscripten

* fix weird cfg, fix comment typo

* remove try_generate_report again

* Make get_mapped_range_as_array_buffer WebGPU only again
2024-01-14 09:45:52 +00:00
..
src Allow WebGPU & WebGL in same wasm and detect WebGPU availability (#5044) 2024-01-14 09:45:52 +00:00
Cargo.lock Revamp Examples to Match Website (#4765) 2023-11-25 17:20:11 -05:00
Cargo.toml Revamp Examples to Match Website (#4765) 2023-11-25 17:20:11 -05:00