C# Класс VrSharp.PvrTexture.PvrDataCodec.Vq

Наследование: PvrDataCodec
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]