readtex.h
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:0k
源码类别:

GIS编程

开发平台:

Visual C++

  1. /* readtex.h */
  2. #ifndef READTEX_H
  3. #define READTEX_H
  4. #include <GL/gl.h>
  5. extern GLboolean LoadRGBMipmaps(const char *imageFile, GLint intFormat);
  6. #endif