Structure that encapsulates a devIL image format definition. More...
#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. |
Structure that encapsulates a devIL image format definition.
Definition at line 43 of file OgreILUtil.h.
Ogre::ILUtil::ILFormat::ILFormat | ( | ) |
Construct an invalidated ILFormat structure.
Definition at line 45 of file OgreILUtil.h.
Ogre::ILUtil::ILFormat::ILFormat | ( | int | channels, | |
int | format, | |||
int | type = -1 | |||
) |
Construct a ILFormat from parameters.
Definition at line 49 of file OgreILUtil.h.
bool Ogre::ILUtil::ILFormat::isValid | ( | ) |
Return wether this structure represents a valid DevIL format.
Definition at line 53 of file OgreILUtil.h.
IL_RGBA,IL_BGRA,IL_DXTx, ...
Definition at line 58 of file OgreILUtil.h.
Number of channels, usually 3 or 4.
Definition at line 56 of file OgreILUtil.h.
IL_UNSIGNED_BYTE, IL_UNSIGNED_SHORT, ... may be -1 for compressed formats.
Definition at line 60 of file OgreILUtil.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Nov 3 2010 19:24:55