Skip to content

Commit

Permalink
Add cache fields to tests' pipeline descriptors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy committed Jun 17, 2024
1 parent b185798 commit e66cbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests/regression/issue_4485.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ async fn test_impl(ctx: &TestingContext) {
})],
}),
multiview: None,
cache: None,
});

let readback_buffer = image::ReadbackBuffers::new(&ctx.device, &texture);
Expand Down
1 change: 1 addition & 0 deletions tests/tests/regression/issue_4514.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ async fn test_impl(ctx: &TestingContext) {
})],
}),
multiview: None,
cache: None,
});

let readback_buffer = image::ReadbackBuffers::new(&ctx.device, &texture);
Expand Down

0 comments on commit e66cbe1

Please sign in to comment.