Image codec based on the DevIL library. More...
Public Member Functions | |
Texture * | load (const RawDataContainer &data, Texture *result) |
Load an image from a memory buffer. |
Image codec based on the DevIL library.
Texture* CEGUI::DevILImageCodec::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.