瀏覽代碼

initial checkin

tags/mesa_3_3
Brian Paul 25 年之前
父節點
當前提交
80ef05c9d5
共有 1 個檔案被更改,包括 17 行新增0 行删除
  1. 17
    0
      progs/util/readtex.h

+ 17
- 0
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

Loading…
取消
儲存