initial checkin
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 10 Feb 2000 17:44:50 +0000 (17:44 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 10 Feb 2000 17:44:50 +0000 (17:44 +0000)
progs/util/readtex.h [new file with mode: 0644]

diff --git a/progs/util/readtex.h b/progs/util/readtex.h
new file mode 100644 (file)
index 0000000..2156383
--- /dev/null
@@ -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