C# 클래스 Axiom.Plugins.DevILCodecs.ILUtil.ILFormat

Structure that encapsulates a devIL image format definition
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
ILFormat ( ) : System

Construct an invalidated ILFormat structure

ILFormat ( int channels, int format ) : System

Construct a ILFormat from parameters

ILFormat ( int channels, int format, int type ) : System

Construct a ILFormat from parameters

메소드 상세

ILFormat() 공개 메소드

Construct an invalidated ILFormat structure
public ILFormat ( ) : System
리턴 System

ILFormat() 공개 메소드

Construct a ILFormat from parameters
public ILFormat ( int channels, int format ) : System
channels int
format int
리턴 System

ILFormat() 공개 메소드

Construct a ILFormat from parameters
public ILFormat ( int channels, int format, int type ) : System
channels int
format int
type int
리턴 System