wgpu/tests/src
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
..
config.rs Misc Repo Cleanup Tasks (#4579) 2023-10-27 00:15:51 -04:00
copy_texture_to_buffer.wgsl Move Examples and Tests to Their Own Crates (#3841) 2023-06-10 18:35:46 +00:00
expectations.rs Remove DX11 backend (#4828) 2023-12-06 15:12:46 -05:00
image.rs Convert Tests to Use Async Poll (#5053) 2024-01-13 17:34:51 +00:00
init.rs Allow WebGPU & WebGL in same wasm and detect WebGPU availability (#5044) 2024-01-14 09:45:52 +00:00
isolation.rs Move Examples and Tests to Their Own Crates (#3841) 2023-06-10 18:35:46 +00:00
lib.rs Convert Tests to Use Async Poll (#5053) 2024-01-13 17:34:51 +00:00
native.rs Re-Enable Mac CI (#5015) 2024-01-08 16:12:57 -05:00
params.rs Allow Tests to Expect Certain Panic or Validation Messages (#4748) 2023-11-23 03:49:01 -05:00
poll.rs Convert Tests to Use Async Poll (#5053) 2024-01-13 17:34:51 +00:00
report.rs Extra Profiling Scopes (#4610) 2023-10-30 03:58:32 +00:00
run.rs Convert Tests to Use Async Poll (#5053) 2024-01-13 17:34:51 +00:00