We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3297e9f commit f1cd85fCopy full SHA for f1cd85f
tests/gpu-tests/query_set.rs
@@ -21,3 +21,8 @@ static DROP_FAILED_TIMESTAMP_QUERY_SET: GpuTestConfiguration = GpuTestConfigurat
21
22
assert!(pollster::block_on(ctx.device.pop_error_scope()).is_some());
23
});
24
+
25
+#[gpu_test]
26
+static VALIDATE_PASS_TIMESTAMP_WRITES: GpuTestConfiguration = GpuTestConfiguration::new()
27
+ .parameters(TestParameters::default().features(wgpu::Features::TIMESTAMP_QUERY))
28
+ .run_sync(|ctx| todo!());
0 commit comments