Explorar el Código

initial checkin

tags/mesa_3_3
Brian Paul hace 25 años
padre
commit
80ef05c9d5
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. 17
    0
      progs/util/readtex.h

+ 17
- 0
progs/util/readtex.h Ver fichero

@@ -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

Cargando…
Cancelar
Guardar