feat: implement CPU meshlet baking and update pipeline shaders
This commit is contained in:
@@ -72,4 +72,7 @@ public struct PerObjectData
|
||||
public uint vertexBuffer;
|
||||
public float3 worldBoundsMax;
|
||||
public uint indexBuffer;
|
||||
public uint meshletBuffer;
|
||||
public uint meshletVerticesBuffer;
|
||||
public uint meshletTrianglesBuffer;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user