1
0
Fork 0
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:
sfan5 2024-04-05 13:00:10 +02:00 committed by GitHub
parent 0ea1ec31fc
commit a9a0f1e129
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 16 additions and 31 deletions

View file

@ -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;