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