C# Class VrSharp.PvrTexture.PvrDataCodec.Vq

Inheritance: PvrDataCodec
Exibir arquivo Open project: nickworonekin/puyotools

Public Methods

Method Description
Decode ( byte source, int sourceIndex, int width, int height ) : byte[]
Encode ( byte source, int sourceIndex, int width, int height ) : byte[]

Method Details

Decode() public method

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

Encode() public method

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