This commit is contained in:
Anuken
2020-05-10 13:34:52 -04:00
parent dabc891791
commit 2cb9cfb097
17 changed files with 65 additions and 58 deletions

View File

@@ -1,9 +1,6 @@
#ifdef GL_ES
precision mediump float;
precision lowp int;
#define INTEGER lowp int
#else
#define INTEGER int
#endif
attribute vec4 a_position;
@@ -22,8 +19,6 @@ uniform float u_spread;
uniform float u_magnitude;
uniform float u_seed;
uniform INTEGER u_colornum;
varying float v_height;
float rand(vec2 co){