ImageCodec object that loads data via image loading facilities in Ogre. More...
Public Member Functions | |
OgreImageCodec () | |
Constructor. | |
Texture * | load (const RawDataContainer &data, Texture *result) |
Load an image from a memory buffer. |
ImageCodec object that loads data via image loading facilities in Ogre.
Texture* CEGUI::OgreImageCodec::load | ( | const RawDataContainer & | data, | |
Texture * | result | |||
) | [virtual] |
Load an image from a memory buffer.
data | the image data | |
result | the texture to use for storing the image data |
Implements CEGUI::ImageCodec.