mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
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:
parent
da0ec6618f
commit
6afc30240a
4 changed files with 7 additions and 7 deletions
|
@ -38,7 +38,7 @@
|
|||
#define TEX2D GL_TEXTURE_RECTANGLE_ARB
|
||||
#define PREC
|
||||
#define TEXTYPE "sampler2DRect"
|
||||
#define TEXFUNC "texture"
|
||||
#define TEXFUNC "texture2DRect"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue