Skip to content

Commit

Permalink
fix compile error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Sep 20, 2024
1 parent 9127686 commit 9133567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/ray_tracing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn execute(ctx: TestingContext) {
update_mode: rt::AccelerationStructureUpdateMode::Build,
},
rt::BlasGeometrySizeDescriptors::Triangles {
desc: vec![blas_geo_size_desc.clone()],
descriptors: vec![blas_geo_size_desc.clone()],
},
);

Expand Down

0 comments on commit 9133567

Please sign in to comment.