C# Class LibSquishPort.squish.CompressImageBlockLineArgs

Show file Open project: rbray89/ActiveTextureManagement

Public Properties

Property Type Description
bytesPerBlock int
doneEvent System.Threading.ManualResetEvent
flags SquishFlags
height int
prgba byte*
targetBlock byte*
width int
y int

Public Methods

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

Method Details

CompressImageBlockLineArgs() public method

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
return System

Property Details

bytesPerBlock public property

public int bytesPerBlock
return int

doneEvent public property

public ManualResetEvent,System.Threading doneEvent
return System.Threading.ManualResetEvent

flags public property

public SquishFlags flags
return SquishFlags

height public property

public int height
return int

prgba public property

public byte* prgba
return byte*

targetBlock public property

public byte* targetBlock
return byte*

width public property

public int width
return int

y public property

public int y
return int