Added Ufbx

This commit is contained in:
2026-03-14 18:29:18 +09:00
parent 254b08bc81
commit cce1cf7256
372 changed files with 11672 additions and 154 deletions

View File

@@ -41,7 +41,7 @@ public unsafe partial class GhostRenderPipeline : IRenderPipeline
public void Render(RenderContext ctx, ReadOnlySpan<RenderRequest> requests)
{
for (int i = 0; i < requests.Length; i++)
for (var i = 0; i < requests.Length; i++)
{
ref readonly var request = ref requests[i];