diff options
author | Brian Paul <[email protected]> | 2000-02-10 17:44:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-10 17:44:50 +0000 |
commit | 80ef05c9d592b9e566743a3a38dd8903808baa78 (patch) | |
tree | 882308992a8e4f8d8ef006827c3eb9c688367b7e /progs/util/readtex.h | |
parent | 3d41d5ade74fd6a742139544a8a9ed54b0f5ba83 (diff) |
initial checkin
Diffstat (limited to 'progs/util/readtex.h')
-rw-r--r-- | progs/util/readtex.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/progs/util/readtex.h b/progs/util/readtex.h new file mode 100644 index 00000000000..2156383ec29 --- /dev/null +++ b/progs/util/readtex.h @@ -0,0 +1,17 @@ +/* readtex.h */ + +#ifndef READTEX_H +#define READTEX_H + + +#include <GL/gl.h> + + +extern GLboolean LoadRGBMipmaps( const char *imageFile, GLint intFormat ); + + +extern GLubyte *LoadRGBImage( const char *imageFile, + GLint *width, GLint *height, GLenum *format ); + + +#endif |