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
|
||||
#endif
|
||||
|
||||
precision mediump float;
|
||||
precision highp float;
|
||||
#if defined(EXTERNAL)
|
||||
uniform samplerExternalOES tex;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue