Fix storage buffer error

This commit is contained in:
Gonçalo Rica Pais da Silva 2025-06-30 11:48:28 +02:00
parent e04280955b
commit a5822005a6
No known key found for this signature in database

View File

@ -87,8 +87,7 @@ fn update(
1.0,
]
})
.collect::<Vec<[f32; 4]>>()
.as_slice(),
.collect::<Vec<[f32; 4]>>(),
);
}