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.
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.