Skip to content

Commit

Permalink
Remove unused varying
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Jun 29, 2023
1 parent 37f8725 commit f3f5702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const vert = (mode, vars) => {
uniform vec2 offset;
uniform vec2 order;
uniform float projection;
varying float lat;
varying float latBase;
vec2 mercator(float lambda, float phi)
{
Expand Down

0 comments on commit f3f5702

Please sign in to comment.