|
IFEM
90A354
|
Namespace for STB routines. More...
Functions | |
| unsigned char * | loadImage (const char *file, int &width, int &height, int &nrChannels) |
| Load an image from file. More... | |
Namespace for STB routines.
| unsigned char * stb::loadImage | ( | const char * | file, |
| int & | width, | ||
| int & | height, | ||
| int & | nrChannels | ||
| ) |
Load an image from file.
| [in] | file | The file to load |
| [out] | width | The width of the image |
| [out] | height | The height of the image |
| [out] | nrChannels | The number of channels in the image |
Referenced by TextureProperties::parse().