C# Class UpkManager.Dds.DdsHeader

Afficher le fichier Open project: stricq/UPKManager Class Usage Examples

Méthodes publiques

Méthode Description
DdsHeader ( DdsSaveConfig config, int width, int height ) : System.Diagnostics.CodeAnalysis
Read ( BinaryReader reader ) : void
Write ( BinaryWriter writer ) : void

Private Methods

Méthode Description
CountMipMaps ( int width, int height ) : int
DdsHeader ( ) : System.Diagnostics.CodeAnalysis

Method Details

DdsHeader() public méthode

public DdsHeader ( DdsSaveConfig config, int width, int height ) : System.Diagnostics.CodeAnalysis
config DdsSaveConfig
width int
height int
Résultat System.Diagnostics.CodeAnalysis

Read() public méthode

public Read ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Write() public méthode

public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void