mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix GLES shader precision issues (#14516)
This commit is contained in:
parent
0ea1ec31fc
commit
a9a0f1e129
8 changed files with 16 additions and 31 deletions
|
@ -1,7 +1,7 @@
|
|||
uniform vec4 fogColor;
|
||||
uniform lowp vec4 fogColor;
|
||||
uniform float fogDistance;
|
||||
uniform float fogShadingParameter;
|
||||
varying vec3 eyeVec;
|
||||
varying highp vec3 eyeVec;
|
||||
|
||||
varying lowp vec4 varColor;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue