using System.Runtime.InteropServices; namespace Apewer.Internals.Interop { /// [StructLayout(LayoutKind.Sequential, Pack = 1)] struct BlendFunction { /// public byte blendop; /// public byte blendflags; /// public byte sourceconstantalpha; /// public byte alphaformat; } }