Skip to content

Commit

Permalink
Fix reg test
Browse files Browse the repository at this point in the history
  • Loading branch information
valaphee committed Feb 9, 2023
1 parent 591b323 commit 5586b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wgpu/tests/regression/issue_3457.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ fn pass_reset_vertex_buffer() {
},
})],
depth_stencil_attachment: None,
occlusion_query_set: None,
});

double_rpass.set_pipeline(&double_pipeline);
Expand Down Expand Up @@ -174,6 +175,7 @@ fn pass_reset_vertex_buffer() {
},
})],
depth_stencil_attachment: None,
occlusion_query_set: None,
});

single_rpass.set_pipeline(&single_pipeline);
Expand Down

0 comments on commit 5586b1b

Please sign in to comment.