浏览代码

Fix error message.

tags/mesa_3_5
Gareth Hughes 25 年前
父节点
当前提交
3fa4bd008c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/mesa/main/texformat_tmp.h

+ 2
- 2
src/mesa/main/texformat_tmp.h 查看文件

/* $Id: texformat_tmp.h,v 1.2 2001/03/18 13:34:24 gareth Exp $ */
/* $Id: texformat_tmp.h,v 1.3 2001/03/18 13:37:18 gareth Exp $ */


/* /*
* Mesa 3-D graphics library * Mesa 3-D graphics library
#define FETCH(x) fetch_3d_texel_##x #define FETCH(x) fetch_3d_texel_##x


#else #else
#error "..."
#error illegal number of texture dimensions
#endif #endif





正在加载...
取消
保存