We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a6af3 commit 4ad7ecbCopy full SHA for 4ad7ecb
src/shaders/line.vertex.glsl
@@ -22,7 +22,7 @@ uniform vec2 u_gl_units_to_pixels;
22
varying vec2 v_normal;
23
varying vec2 v_width2;
24
varying float v_gamma_scale;
25
-varying float v_linesofar;
+varying highp float v_linesofar;
26
27
#pragma mapbox: define highp vec4 color
28
#pragma mapbox: define lowp float blur
src/shaders/line_gradient.fragment.glsl
@@ -9,7 +9,7 @@ uniform sampler2D u_image;
9
10
11
12
13
14
void main() {
15
#pragma mapbox: initialize highp vec4 color
0 commit comments