Skip to content

Commit

Permalink
Add precision qualifier to a_lineprogress
Browse files Browse the repository at this point in the history
  • Loading branch information
karimnaaji committed May 27, 2020
1 parent 2c7ad46 commit a89f288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shaders/line_gradient.vertex.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

attribute vec2 a_pos_normal;
attribute vec4 a_data;
attribute float a_line_progress;
attribute highp float a_line_progress;

uniform mat4 u_matrix;
uniform mediump float u_ratio;
Expand Down

0 comments on commit a89f288

Please sign in to comment.