mesh_set_data

Function mesh_set_data 

Source
pub unsafe extern "C" fn mesh_set_data(
    mesh: MeshT,
    in_arr_vertices: *const Vertex,
    vertex_count: i32,
    in_arr_indices: *const VindT,
    index_count: i32,
    calculate_bounds: Bool32T,
)