Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clusterizer: Remove redundant live_triangles buffer
live_triangles can alias adjacency.counts as they always contain the same data; this saves a little bit of memory and time. The same optimization was applied to meshopt_optimizeVertexCache with the same considerations in the past.
- Loading branch information