#include "grtexture.h"
Go to the source code of this file.
Functions | |
| bool | doMipMap (const char *tfname, int mipmap) |
| bool | grLoadSGI (const char *fname, ssgTextureInfo *info) |
| void | grRegisterCustomSGILoader (void) |
| bool | grMakeMipMaps (GLubyte *image, int xsize, int ysize, int zsize, bool mipmap) |
| bool doMipMap | ( | const char * | tfname, |
| int | mipmap | ||
| ) |
Definition at line 29 of file grtexture.cpp.
| bool grLoadSGI | ( | const char * | fname, |
| ssgTextureInfo * | info | ||
| ) |
Definition at line 98 of file grtexture.cpp.
| bool grMakeMipMaps | ( | GLubyte * | image, |
| int | xsize, | ||
| int | ysize, | ||
| int | zsize, | ||
| bool | mipmap | ||
| ) |
| void grRegisterCustomSGILoader | ( | void | ) |