Make horizontal blur parallel.

This commit is contained in:
mindv0rtex
2021-02-26 14:46:43 -05:00
parent 241e6ba6bf
commit 4e9778bffc
3 changed files with 28 additions and 18 deletions

View File

@@ -5,4 +5,6 @@ fn main() {
println!("{:#?}", model);
model.step();
println!("{:#?}", model);
model.step();
println!("{:#?}", model);
}