Skip to content

Commit

Permalink
Update voronoi_distance.glsl
Browse files Browse the repository at this point in the history
Uneeded texture
  • Loading branch information
monkstone authored Jun 22, 2020
1 parent 27998f7 commit 9111a17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion processing_app/topics/shaders/data/voronoi_distance.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ precision mediump int;

uniform vec3 iResolution;
uniform float iTime;
uniform sampler2D texture;

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

Expand Down

0 comments on commit 9111a17

Please sign in to comment.