Example #1
0
 public static extern Boolean ilConvertImage(IL_Format DestFormat, IL_Type DestType);
Example #2
0
 public static extern Int32 ilCopyPixels(Int32 XOff, Int32 YOff, Int32 ZOff, Int32 Width, Int32 Height, Int32 Depth, IL_Format Format, IL_Type Type, IntPtr Data);
Example #3
0
 public static extern Boolean ilTexImage(Int32 Width, Int32 Height, Int32 Depth, Byte numChannels, IL_Format Format, IL_Type Type, byte[] Data);