Added Ufbx
This commit is contained in:
13
src/ThridParty/Ghost.Ufbx/Generated/ufbx_vertex_stream.cs
Normal file
13
src/ThridParty/Ghost.Ufbx/Generated/ufbx_vertex_stream.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Ghost.Ufbx
|
||||
{
|
||||
public unsafe partial struct ufbx_vertex_stream
|
||||
{
|
||||
public void* data;
|
||||
|
||||
[NativeTypeName("size_t")]
|
||||
public nuint vertex_count;
|
||||
|
||||
[NativeTypeName("size_t")]
|
||||
public nuint vertex_size;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user