C# Class VrSharp.PvrTexture.PvrDataCodec.SquareTwiddled

Inheritance: PvrDataCodec
Afficher le fichier Open project: nickworonekin/puyotools

Méthodes publiques

Méthode 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 méthode

public Decode ( byte source, int sourceIndex, int width, int height ) : byte[]
source byte
sourceIndex int
width int
height int
Résultat byte[]

Encode() public méthode

public Encode ( byte source, int sourceIndex, int width, int height ) : byte[]
source byte
sourceIndex int
width int
height int
Résultat byte[]