Fix #4533
This commit is contained in:
parent
fa03bc4461
commit
38bcb92d53
@ -1,5 +1,9 @@
|
|||||||
uniform sampler2D ntex;
|
uniform sampler2D ntex;
|
||||||
|
#if defined(GL_ES) && defined(GL_FRAGMENT_PRECISION_HIGH)
|
||||||
|
uniform highp sampler2D dtex;
|
||||||
|
#else
|
||||||
uniform sampler2D dtex;
|
uniform sampler2D dtex;
|
||||||
|
#endif
|
||||||
uniform sampler2DArrayShadow shadowtex;
|
uniform sampler2DArrayShadow shadowtex;
|
||||||
|
|
||||||
uniform float split0;
|
uniform float split0;
|
||||||
|
Loading…
Reference in New Issue
Block a user