Skip to content

Commit 5ead02e

Browse files
authored
Update voronoi_distance.glsl
Texture not needed
1 parent 232dd87 commit 5ead02e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

processing_app/topics/shaders/data/voronoi_distance.glsl

-1
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)