render/shaders: Use high precision for everything
This commit is contained in:
parent
d1fb9087b2
commit
d5734b4b68
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
#extension GL_OES_EGL_image_external : require
|
#extension GL_OES_EGL_image_external : require
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
precision mediump float;
|
precision highp float;
|
||||||
#if defined(EXTERNAL)
|
#if defined(EXTERNAL)
|
||||||
uniform samplerExternalOES tex;
|
uniform samplerExternalOES tex;
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
precision mediump float;
|
precision highp float;
|
||||||
uniform float alpha;
|
uniform float alpha;
|
||||||
#if defined(DEBUG_FLAGS)
|
#if defined(DEBUG_FLAGS)
|
||||||
uniform float tint;
|
uniform float tint;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
precision mediump float;
|
precision highp float;
|
||||||
uniform float alpha;
|
uniform float alpha;
|
||||||
#if defined(DEBUG_FLAGS)
|
#if defined(DEBUG_FLAGS)
|
||||||
uniform float tint;
|
uniform float tint;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue