mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-14 10:18:03 -05: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| {});
|