#include <OgreILUtil.h>
Public Member Functions | |
ILFormat () | |
Construct an invalidated ILFormat structure. | |
ILFormat (int channels, int format, int type=-1) | |
Construct a ILFormat from parameters. | |
bool | isValid () |
Return wether this structure represents a valid DevIL format. | |
Public Attributes | |
int | numberOfChannels |
Number of channels, usually 3 or 4. | |
int | format |
IL_RGBA,IL_BGRA,IL_DXTx, ... | |
int | type |
IL_UNSIGNED_BYTE, IL_UNSIGNED_SHORT, ... may be -1 for compressed formats. |
Definition at line 40 of file OgreILUtil.h.
|
Construct an invalidated ILFormat structure.
Definition at line 42 of file OgreILUtil.h. References format, numberOfChannels, and type. |
|
Construct a ILFormat from parameters.
Definition at line 46 of file OgreILUtil.h. References numberOfChannels. |
|
Return wether this structure represents a valid DevIL format.
Definition at line 50 of file OgreILUtil.h. References format. |
|
IL_RGBA,IL_BGRA,IL_DXTx, ...
Definition at line 55 of file OgreILUtil.h. Referenced by ILFormat(), and isValid(). |
|
Number of channels, usually 3 or 4.
Definition at line 53 of file OgreILUtil.h. Referenced by ILFormat(). |
|
IL_UNSIGNED_BYTE, IL_UNSIGNED_SHORT, ... may be -1 for compressed formats.
Definition at line 57 of file OgreILUtil.h. Referenced by ILFormat(). |
Copyright © 2000-2005 by The OGRE Team
Last modified Wed Feb 23 00:20:28 2005