forked from aly/qstbak
muffin v7.5.5
This commit is contained in:
parent
a8f2c1df37
commit
6266f9e6b7
110 changed files with 14907 additions and 6073 deletions
14
Auspex/Auspex.Vfx.Native/VfxResourceInstance.cs
Normal file
14
Auspex/Auspex.Vfx.Native/VfxResourceInstance.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using System.Numerics;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Auspex.Vfx.Native;
|
||||
|
||||
[StructLayout(LayoutKind.Explicit, Size = 192)]
|
||||
public struct VfxResourceInstance
|
||||
{
|
||||
[FieldOffset(144)]
|
||||
public Vector3 Scale;
|
||||
|
||||
[FieldOffset(160)]
|
||||
public Vector4 Color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue