Skip to content

Commit

Permalink
WIP: test: cover pass timestamp write validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 22, 2024
1 parent f8fbd71 commit 5b43c37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/tests/query_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ static DROP_FAILED_TIMESTAMP_QUERY_SET: GpuTestConfiguration = GpuTestConfigurat

assert!(pollster::block_on(ctx.device.pop_error_scope()).is_some());
});

#[gpu_test]
static VALIDATE_PASS_TIMESTAMP_WRITES: GpuTestConfiguration = GpuTestConfiguration::new()
.parameters(TestParameters::default().features(wgpu::Features::TIMESTAMP_QUERY))
.run_sync(|ctx| todo!());

0 comments on commit 5b43c37

Please sign in to comment.