#include <TextureLoader.h>
Inheritance diagram for ES3D::TextureLoader:
Static Public Member Functions | |
static ES3Denum | loadTexture (const char *const filename, Texture &texture) |
ES3Denum ES3D::TextureLoader::loadTexture | ( | const char *const | filename, | |
Texture & | texture | |||
) | [static] |
Loader for a texture files depending on the file extension.
filename | filename of the image | |
texture | the image itself |