C# 클래스 VrSharp.PvrTexture.PvrDataCodec.Vq

상속: PvrDataCodec
파일 보기 프로젝트 열기: nickworonekin/puyotools

공개 메소드들

메소드 설명
Decode ( byte source, int sourceIndex, int width, int height ) : byte[]
Encode ( byte source, int sourceIndex, int width, int height ) : byte[]

메소드 상세

Decode() 공개 메소드

public Decode ( byte source, int sourceIndex, int width, int height ) : byte[]
source byte
sourceIndex int
width int
height int
리턴 byte[]

Encode() 공개 메소드

public Encode ( byte source, int sourceIndex, int width, int height ) : byte[]
source byte
sourceIndex int
width int
height int
리턴 byte[]