mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-13 17:27:57 -05: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;
|