[][src]Function meshopt::ffi::meshopt_unstripify

pub unsafe extern "C" fn meshopt_unstripify(
    destination: *mut c_uint,
    indices: *const c_uint,
    index_count: usize,
    restart_index: c_uint
) -> usize

Mesh unstripifier Converts a triangle strip to a triangle list Returns the number of indices in the resulting list, with destination containing new index data

destination must contain enough space for the target index buffer, worst case can be computed with meshopt_unstripifyBound