Files
third_party_mesa3d/progs/util/readtex.h
2000-02-10 17:44:50 +00:00

18 lines
292 B
C

/* 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