partial revert of 8a6f747408

texture_rect isn't in core 3.0, so the long texture function must be used
This commit is contained in:
degasus
2013-01-22 00:18:42 +01:00
parent da0ec6618f
commit 6afc30240a
4 changed files with 7 additions and 7 deletions

View File

@ -38,7 +38,7 @@
#define TEX2D GL_TEXTURE_RECTANGLE_ARB
#define PREC
#define TEXTYPE "sampler2DRect"
#define TEXFUNC "texture"
#define TEXFUNC "texture2DRect"
#endif