Skip to content

Commit

Permalink
test: vertex_index_common: add missing VPT alloc. for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jun 18, 2024
1 parent 53ddbc9 commit 86fff75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests/vertex_indices/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ async fn vertex_index_common(ctx: TestingContext) {
TestCase::ARRAY.len()
* IdSource::ARRAY.len()
* DrawCallKind::ARRAY.len()
* EncoderKind::ARRAY.len(),
* EncoderKind::ARRAY.len()
* 2, /* vertex pulling transform: on and off */
);
for case in TestCase::ARRAY {
for id_source in IdSource::ARRAY {
Expand Down

0 comments on commit 86fff75

Please sign in to comment.