Skip to content

Commit f1cd85f

Browse files
WIP: test: cover pass timestamp write validation
1 parent 3297e9f commit f1cd85f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: tests/gpu-tests/query_set.rs

+5
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ static DROP_FAILED_TIMESTAMP_QUERY_SET: GpuTestConfiguration = GpuTestConfigurat
2121

2222
assert!(pollster::block_on(ctx.device.pop_error_scope()).is_some());
2323
});
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

Comments
 (0)