C# Class Gibbed.Squish.Native

Exibir arquivo Open project: yole/Gibbed.RED Class Usage Examples

Public Methods

Method Description
DecompressImage ( byte blocks, int width, int height, int flags ) : byte[]

Private Methods

Method Description
CallDecompressImage ( byte rgba, int width, int height, byte blocks, int flags ) : void
Is64Bit ( ) : bool

Method Details

DecompressImage() public static method

public static DecompressImage ( byte blocks, int width, int height, int flags ) : byte[]
blocks byte
width int
height int
flags int
return byte[]