forked from Misaki/GhostEngine
Refactor folder structure
This commit is contained in:
16
src/ThridParty/Ghost.MeshOptimizer/meshopt_Stream.cs
Normal file
16
src/ThridParty/Ghost.MeshOptimizer/meshopt_Stream.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Ghost.Zeux.MeshOptimizer;
|
||||
|
||||
namespace Ghost.MeshOptimizer
|
||||
{
|
||||
public unsafe partial struct meshopt_Stream
|
||||
{
|
||||
[NativeTypeName("const void *")]
|
||||
public void* data;
|
||||
|
||||
[NativeTypeName("size_t")]
|
||||
public nuint size;
|
||||
|
||||
[NativeTypeName("size_t")]
|
||||
public nuint stride;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user