feat: translate clusterlod to C# and restructure to Ghost.Graphics.Meshlet

This commit is contained in:
2026-03-16 16:01:57 +00:00
parent e831b71a79
commit 301a6d1c45
14 changed files with 1076 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
namespace Ghost.MeshOptimizer;
public unsafe partial struct NvttApi
public unsafe partial struct MeshOptApi
{
/// <summary>
/// From: <see cref="Api.meshopt_generateVertexRemap(uint*, uint*, nuint, void*, nuint, nuint)" />