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