Files
wgpu/tests/validation-tests/root.rs
Kevin Reid fcac8a9b28 Add Device::noop().
This is a useful shortcut for tests and example code, allowing it to
create a noop device without needing to deal with nonexistent
fallibility and asynchrony.
2025-03-14 20:59:28 -04:00

5 lines
101 B
Rust

//! Tests of the [`wgpu`] library API that are not run against a particular GPU.
mod api;
mod noop;