mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 19:12:47 +02:00
Set GLES Tex2D function to texture2D, texture is only available in GLES3. Fix some tabs in the config file.
This commit is contained in:
parent
b512b23407
commit
12f5f102c7
@ -33,7 +33,7 @@
|
||||
#define TEX2D GL_TEXTURE_2D
|
||||
#define PREC "highp"
|
||||
#define TEXTYPE "sampler2D"
|
||||
#define TEXFUNC "texture"
|
||||
#define TEXFUNC "texture2D"
|
||||
#else
|
||||
#define TEX2D GL_TEXTURE_RECTANGLE_ARB
|
||||
#define PREC
|
||||
|
Loading…
Reference in New Issue
Block a user