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