C# Class LibSquishPort.squish.CompressImageBlockLineArgs

Afficher le fichier Open project: rbray89/ActiveTextureManagement

Méthodes publiques

Свойство Type Description
bytesPerBlock int
doneEvent System.Threading.ManualResetEvent
flags SquishFlags
height int
prgba byte*
targetBlock byte*
width int
y int

Méthodes publiques

Méthode Description
CompressImageBlockLineArgs ( int width, int height, SquishFlags flags, int y, byte prgba, byte targetBlock, int bytesPerBlock, ManualResetEvent doneEvent ) : System

Method Details

CompressImageBlockLineArgs() public méthode

public CompressImageBlockLineArgs ( int width, int height, SquishFlags flags, int y, byte prgba, byte targetBlock, int bytesPerBlock, ManualResetEvent doneEvent ) : System
width int
height int
flags SquishFlags
y int
prgba byte
targetBlock byte
bytesPerBlock int
doneEvent System.Threading.ManualResetEvent
Résultat System

Property Details

bytesPerBlock public_oe property

public int bytesPerBlock
Résultat int

doneEvent public_oe property

public ManualResetEvent,System.Threading doneEvent
Résultat System.Threading.ManualResetEvent

flags public_oe property

public SquishFlags flags
Résultat SquishFlags

height public_oe property

public int height
Résultat int

prgba public_oe property

public byte* prgba
Résultat byte*

targetBlock public_oe property

public byte* targetBlock
Résultat byte*

width public_oe property

public int width
Résultat int

y public_oe property

public int y
Résultat int