2
0
mirror of https://github.com/gfx-rs/wgpu.git synced 2025-05-13 19:07:23 +00:00
wgpu/tests
Kevin Reid fbe005f11a Make request_adapter() report which backends were tried.
This will help users determine whether the problem is:

* a backend is not statically enabled
* a backend is not dynamically enabled
* no drivers or physical adapters are present for that backend
  (further distinction would be useful here)
* no adapters met the required criteria

There are deficiencies in the reporting of WebGPU vs. WebGL support.
Those would best be fixed by also fixing the mutual exclusion of those
backends.
2025-03-14 11:45:49 +01:00
..
compile-tests Make tests/compile_tests into tests/compile-tests 2025-02-23 14:06:34 -05:00
dependency-tests Turn dependency tests from xtask subcommand into #[test]s () 2025-02-27 05:22:08 +00:00
gpu-tests Use TextureViewDescriptor::usage when Creating Texture View () 2025-03-11 13:01:23 -04:00
src Move trace_dir/trace_path to a custom enum inside DeviceDescriptor. 2025-03-10 22:17:06 -04:00
validation-tests Make request_adapter() report which backends were tried. 2025-03-14 11:45:49 +01:00
Cargo.toml Turn dependency tests from xtask subcommand into #[test]s () 2025-02-27 05:22:08 +00:00