Crazy Eddie's GUI System
0.8.4
|
Implementation of ImageCodec interface for loading PVR files. More...
Public Member Functions | |
Texture * | load (const RawDataContainer &data, Texture *result) |
Load an image from a memory buffer. |
Implementation of ImageCodec interface for loading PVR files.
Texture* CEGUI::PVRImageCodec::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.