Skip to content

Commit

Permalink
enable test_timestamps_encoder on molten
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jul 30, 2023
1 parent dec97f8 commit 2dca7d4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/timestamp-queries/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,10 @@ mod tests {
wgpu_test::TestParameters::default()
.limits(wgpu::Limits::downlevel_defaults())
.features(wgpu::Features::TIMESTAMP_QUERY)
// Reports zero timestamp periods on MoltenVK.
.molten_vk_failure(),
|ctx| {
test_timestamps(ctx, false);
},
| ctx
| {
test_timestamps(ctx, false);
},
);
}

Expand Down

0 comments on commit 2dca7d4

Please sign in to comment.