Added Ufbx
This commit is contained in:
11
src/ThridParty/Ghost.Ufbx/Generated/ufbx_vec3_list.cs
Normal file
11
src/ThridParty/Ghost.Ufbx/Generated/ufbx_vec3_list.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ghost.Ufbx
|
||||
{
|
||||
public unsafe partial struct ufbx_vec3_list
|
||||
{
|
||||
[NativeTypeName("ufbx_vec3 *")]
|
||||
public Misaki.HighPerformance.Mathematics.float3* data;
|
||||
|
||||
[NativeTypeName("size_t")]
|
||||
public nuint count;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user