Beispiel #1
0
 public static extern void DecompressImage(IntPtr rgba, int width, int height, IntPtr blocks, eSquishFlags flags);
Beispiel #2
0
 public static extern void Decompress(IntPtr rgba, IntPtr block, eSquishFlags flags);
Beispiel #3
0
 public static extern int GetStorageRequirements(int width, int height, eSquishFlags flags);
Beispiel #4
0
 public static extern void CompressMasked(IntPtr rgba, int mask, IntPtr block, eSquishFlags flags);