void loadCompressedTexture(const char *texture, unsigned int level)
Loads a compressed texture into memory at an appropriate mipmap level.
void loadTexture(const char *texture, unsigned int level, unsigned int width, unsigned int height)
Loads a desired texture into memory at an appropriate mipmap level.