Fix storage buffer error
This commit is contained in:
parent
e04280955b
commit
a5822005a6
@ -87,8 +87,7 @@ fn update(
|
||||
1.0,
|
||||
]
|
||||
})
|
||||
.collect::<Vec<[f32; 4]>>()
|
||||
.as_slice(),
|
||||
.collect::<Vec<[f32; 4]>>(),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user