Skip to content

Commit

Permalink
Update gradient.glsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored Sep 17, 2017
1 parent 32bc67c commit 70a0366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradient.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ glsl vec4 gradient(vec2 pos) {
return vec4(pixel, 1.0);
}

animation Gradient = glsl(gradient, 1600, 900);
image Gradient = glsl(gradient, 1600, 900);

0 comments on commit 70a0366

Please sign in to comment.