mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00: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| {});
|