#include <CubicVR/GLExt.h>#include <CubicVR/cvr_defines.h>#include <CubicVR/Texture.h>#include <stdio.h>


Classes | |
| struct | TextureImage |
| struct | TGAHeader |
| struct | TGA |
Functions | |
| IMPEXP bool | LoadCompressedTGA (TextureImage *texture, const char *filename, FILE *fTGA) |
| IMPEXP bool | LoadUncompressedTGA (TextureImage *texture, const char *filename, FILE *fTGA) |
| IMPEXP bool | loadTGA (TextureImage *texture, const char *filename) |
| IMPEXP bool LoadCompressedTGA | ( | TextureImage * | texture, | |
| const char * | filename, | |||
| FILE * | fTGA | |||
| ) |
| IMPEXP bool loadTGA | ( | TextureImage * | texture, | |
| const char * | filename | |||
| ) |

| IMPEXP bool LoadUncompressedTGA | ( | TextureImage * | texture, | |
| const char * | filename, | |||
| FILE * | fTGA | |||
| ) |
1.5.6