We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e023b3e commit 4279cadCopy full SHA for 4279cad
MeshOptimizerGen/HelloMeshlets/Program.cs
@@ -49,6 +49,7 @@ public unsafe static void Main(string[] args)
49
indices[i] = (uint)mesh.Indices[i].VertexIndex;
50
}
51
52
+ // Create Meshlet array
53
uint maxMeshlets = MeshOptNative.meshopt_buildMeshletsBound(meshNumIndices, kMaxVertices, kMaxTriangles);
54
55
meshopt_Meshlet[] meshlets = new meshopt_Meshlet[maxMeshlets];
0 commit comments