use GLShader for LineLayer

This commit is contained in:
Hannes Janetzek
2014-03-20 04:55:56 +01:00
parent eccbf58c80
commit b44ef4144b
2 changed files with 42 additions and 173 deletions

View File

@@ -1,4 +1,4 @@
#ifndef DESKTOP_QUIRKS
#ifdef GLES
precision mediump float;
#endif
uniform mat4 u_mvp;
@@ -22,7 +22,7 @@ main(){
v_st = abs(mod(dir, 4.0)) - 1.0;
}
$$
#ifndef DESKTOP_QUIRKS
#ifdef GLES
precision mediump float;
#endif
uniform sampler2D tex;