Skip to content

Commit 9111a17

Browse files
authored
Update voronoi_distance.glsl
Uneeded texture
1 parent 27998f7 commit 9111a17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

processing_app/topics/shaders/data/voronoi_distance.glsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ precision mediump int;
99

1010
uniform vec3 iResolution;
1111
uniform float iTime;
12-
uniform sampler2D texture;
1312

1413
void mainImage( out vec4 fragColor, in vec2 fragCoord );
1514

0 commit comments

Comments
 (0)