microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
786 stars 152 forks source link

MeshletGenerator parameter types not match #50

Closed KuribohG closed 3 years ago

KuribohG commented 4 years ago

For function ComputeMeshlets, uniqueVertexIB must have type vector. For function ComputeCullData, uniqueVertexIB must have type vector or vector. Should this have the same type of the original index buffer all the time? After ComputeMeshlets, every two uint8_t in uniqueVertexIB represents one vertex. The result is correct but the declaration of these functions are confusing.