C# 클래스 LibSquishPort.squish.CompressImageBlockLineArgs

파일 보기 프로젝트 열기: rbray89/ActiveTextureManagement

공개 프로퍼티들

프로퍼티 타입 설명
bytesPerBlock int
doneEvent System.Threading.ManualResetEvent
flags SquishFlags
height int
prgba byte*
targetBlock byte*
width int
y int

공개 메소드들

메소드 설명
CompressImageBlockLineArgs ( int width, int height, SquishFlags flags, int y, byte prgba, byte targetBlock, int bytesPerBlock, ManualResetEvent doneEvent ) : System

메소드 상세

CompressImageBlockLineArgs() 공개 메소드

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
리턴 System

프로퍼티 상세

bytesPerBlock 공개적으로 프로퍼티

public int bytesPerBlock
리턴 int

doneEvent 공개적으로 프로퍼티

public ManualResetEvent,System.Threading doneEvent
리턴 System.Threading.ManualResetEvent

flags 공개적으로 프로퍼티

public SquishFlags flags
리턴 SquishFlags

height 공개적으로 프로퍼티

public int height
리턴 int

prgba 공개적으로 프로퍼티

public byte* prgba
리턴 byte*

targetBlock 공개적으로 프로퍼티

public byte* targetBlock
리턴 byte*

width 공개적으로 프로퍼티

public int width
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int