|
Compounds |
struct | stlist |
Typedefs |
typedef stlist | stlist |
Functions |
int | grGetFilename (char *filename, char *filepath, char *buf) |
GLuint | grLoadTexture (char *filename, char *filepath, float screen_gamma, int mipmap) |
bool | grLoadPngTexture (const char *fname, ssgTextureInfo *info) |
void | grShutdownState (void) |
ssgState * | grSsgLoadTexState (char *img) |
ssgState * | grSsgEnvTexState (char *img) |
ssgState * | grSsgLoadTexStateEx (char *img, char *filepath, int wrap, int mipmap) |
int | grPruneTree (ssgEntity *start, bool init) |
void | grForceState (ssgEntity *start, ssgState *state) |
void | grWriteTime (float *color, int font, int x, int y, tdble sec, int sgn) |
float | grGetHOT (float x, float y) |
Variables |
float | grGammaValue = 1.8 |
int | grMipMap = 0 |
char * | grFilePath |
char * | grTexturePath = NULL |