Functions

tga.cpp File Reference

#include "tga.h"

Functions

bool LoadTGA (Texture *texture, char *filename)
bool LoadUncompressedTGA (Texture *texture, char *filename, FILE *fTGA, TGAHeader tgaheader_t, TGA tga_t)
bool LoadCompressedTGA (Texture *texture, char *filename, FILE *fTGA, TGAHeader tgaheader_t, TGA tga_t)

Function Documentation

bool LoadCompressedTGA ( Texture texture,
char *  filename,
FILE *  fTGA,
TGAHeader  tgaheader_t,
TGA  tga_t 
)
bool LoadTGA ( Texture texture,
char *  filename 
)
bool LoadUncompressedTGA ( Texture texture,
char *  filename,
FILE *  fTGA,
TGAHeader  tgaheader_t,
TGA  tga_t 
)
 All Classes Files Functions Variables Defines