C# 클래스 Gibbed.Squish.Native

파일 보기 프로젝트 열기: yole/Gibbed.RED 1 사용 예제들

공개 메소드들

메소드 설명
DecompressImage ( byte blocks, int width, int height, int flags ) : byte[]

비공개 메소드들

메소드 설명
CallDecompressImage ( byte rgba, int width, int height, byte blocks, int flags ) : void
Is64Bit ( ) : bool

메소드 상세

DecompressImage() 공개 정적인 메소드

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