Expand description

Index buffer generation and index/vertex buffer remapping

Functions

Generates index buffer that can be used for more efficient rendering when only a subset of the vertex attributes is necessary.
Generates index buffer that can be used for more efficient rendering when only a subset of the vertex attributes is necessary.
Generates a vertex remap table from the vertex buffer and an optional index buffer and returns number of unique vertices.
Generates a vertex remap table from multiple vertex streams and an optional index buffer and returns number of unique vertices.
Remaps indices in-place based on the remap table generated by generate_vertex_remap.
Generates vertex buffer from the source vertex buffer and remap table generated by generate_vertex_remap.