Skip to content

Commit 4279cad

Browse files
committed
- Add comment
1 parent e023b3e commit 4279cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MeshOptimizerGen/HelloMeshlets/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public unsafe static void Main(string[] args)
4949
indices[i] = (uint)mesh.Indices[i].VertexIndex;
5050
}
5151

52+
// Create Meshlet array
5253
uint maxMeshlets = MeshOptNative.meshopt_buildMeshletsBound(meshNumIndices, kMaxVertices, kMaxTriangles);
5354

5455
meshopt_Meshlet[] meshlets = new meshopt_Meshlet[maxMeshlets];

0 commit comments

Comments
 (0)