We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0be3b commit b457804Copy full SHA for b457804
wasm-splats/tests/web.rs
@@ -42,7 +42,7 @@ fn test_radix_sort_gaussians_indexes() {
42
let sorted_idx = test_data.get_sorted_idx();
43
44
let result =
45
- radix_sort_gaussians_indexes(&positions, &model_view, texture_width, count).unwrap();
+ radix_sort_gaussians_indexes(&positions, &model_view, count).unwrap();
46
47
check_uint32array(&result, sorted_idx.as_ref()).unwrap();
48
}
0 commit comments