mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-06-09 02:19:50 +09:00
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.
5 lines
101 B
Rust
5 lines
101 B
Rust
//! Tests of the [`wgpu`] library API that are not run against a particular GPU.
|
|
|
|
mod api;
|
|
mod noop;
|