Méthode | Description | |
---|---|---|
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.
|
public DecodeDXT1 ( int height, int width, byte SourceData ) : byte[] | ||
height | int | The height. |
width | int | The width. |
SourceData | byte | The source data. |
Résultat | byte[] |
public DecodeDXT23 ( int height, int width, byte SourceData ) : byte[] | ||
height | int | The height. |
width | int | The width. |
SourceData | byte | The source data. |
Résultat | byte[] |
public DecodeDXT45 ( int height, int width, byte SourceData ) : byte[] | ||
height | int | The height. |
width | int | The width. |
SourceData | byte | The source data. |
Résultat | byte[] |