Closed gwihlidal closed 2 years ago
Add wrappers for the following new bindings:
pub fn meshopt_simplifyPoints( destination: *mut ::std::os::raw::c_uint, vertex_positions: *const f32, vertex_count: usize, vertex_positions_stride: usize, target_vertex_count: usize, ) -> usize; pub fn meshopt_spatialSortRemap( destination: *mut ::std::os::raw::c_uint, vertex_positions: *const f32, vertex_count: usize, vertex_positions_stride: usize, ); pub fn meshopt_spatialSortTriangles( destination: *mut ::std::os::raw::c_uint, indices: *const ::std::os::raw::c_uint, index_count: usize, vertex_positions: *const f32, vertex_count: usize, vertex_positions_stride: usize, );
Add wrappers for the following new bindings: