Crazy Eddie's GUI System
0.8.4
|
Default image codec. More...
Classes | |
struct | ImageTGA |
This is our image structure for our targa data. | |
Public Member Functions | |
Texture * | load (const RawDataContainer &data, Texture *result) |
Load an image from a memory buffer. |
Default image codec.
This image codec is able to load TGA file only. it is always available.
Texture* CEGUI::TGAImageCodec::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.