C# 클래스 HaloMap.DDSFunctions.DecodeDXT

Summary description for DecodeDXT.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 메소드들

메소드 설명
DecodeDXT1 ( int height, int width, byte SourceData ) : byte[]

The decode dx t 1.

DecodeDXT23 ( int height, int width, byte SourceData ) : byte[]

The decode dx t 23.

DecodeDXT45 ( int height, int width, byte SourceData ) : byte[]

The decode dx t 45.

메소드 상세

DecodeDXT1() 공개 메소드

The decode dx t 1.
public DecodeDXT1 ( int height, int width, byte SourceData ) : byte[]
height int The height.
width int The width.
SourceData byte The source data.
리턴 byte[]

DecodeDXT23() 공개 메소드

The decode dx t 23.
public DecodeDXT23 ( int height, int width, byte SourceData ) : byte[]
height int The height.
width int The width.
SourceData byte The source data.
리턴 byte[]

DecodeDXT45() 공개 메소드

The decode dx t 45.
public DecodeDXT45 ( int height, int width, byte SourceData ) : byte[]
height int The height.
width int The width.
SourceData byte The source data.
리턴 byte[]