C# Class LibSquishPort.squish.CompressImageBlockLineArgs

ファイルを表示 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_oe property

public int bytesPerBlock
return int

doneEvent public_oe property

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

flags public_oe property

public SquishFlags flags
return SquishFlags

height public_oe property

public int height
return int

prgba public_oe property

public byte* prgba
return byte*

targetBlock public_oe property

public byte* targetBlock
return byte*

width public_oe property

public int width
return int

y public_oe property

public int y
return int