Function mesh_set_skin

Source
pub unsafe extern "C" fn mesh_set_skin(
    mesh: MeshT,
    in_arr_bone_ids_4: *const u16,
    bone_id_4_count: i32,
    in_arr_bone_weights: *const Vec4,
    bone_weight_count: i32,
    bone_resting_transforms: *const Matrix,
    bone_count: i32,
)