mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-06-09 02:19:50 +09:00
5 lines
153 B
Rust
5 lines
153 B
Rust
use wgpu_test::{gpu_test, GpuTestConfiguration};
|
|
|
|
#[gpu_test]
|
|
static INITIALIZE: GpuTestConfiguration = GpuTestConfiguration::new().run_sync(|_ctx| {});
|