[][src]Function meshopt::ffi::meshopt_remapIndexBuffer

pub unsafe extern "C" fn meshopt_remapIndexBuffer(
    destination: *mut c_uint,
    indices: *const c_uint,
    index_count: usize,
    remap: *const c_uint
)

Generate index buffer from the source index buffer and remap table generated by meshopt_generateVertexRemap

destination must contain enough space for the resulting index buffer (index_count elements) indices can be NULL if the input is unindexed