#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. | |
| 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 44 of file Attic/OgreILUtil.h.
| Ogre::ILUtil::ILFormat::ILFormat | ( | ) |
| Ogre::ILUtil::ILFormat::ILFormat | ( | int | channels, | |
| int | format, | |||
| int | type = -1 | |||
| ) |
| Ogre::ILUtil::ILFormat::ILFormat | ( | ) |
| Ogre::ILUtil::ILFormat::ILFormat | ( | int | channels, | |
| int | format, | |||
| int | type = -1 | |||
| ) |
| bool Ogre::ILUtil::ILFormat::isValid | ( | ) |
Return wether this structure represents a valid DevIL format.
Definition at line 54 of file Attic/OgreILUtil.h.
| bool Ogre::ILUtil::ILFormat::isValid | ( | ) |
Return wether this structure represents a valid DevIL format.
Definition at line 54 of file OgreILUtil.h.
IL_UNSIGNED_BYTE, IL_UNSIGNED_SHORT, ... may be -1 for compressed formats.
Definition at line 61 of file Attic/OgreILUtil.h.
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:49:04 2008