Updated shader examples

This commit is contained in:
codeanticode
2012-08-30 00:00:33 +00:00
parent c3b98cb978
commit ba3cc93584
11 changed files with 120 additions and 80 deletions
@@ -21,5 +21,4 @@ void draw() {
shader(maskShader);
image(srcImage, 0, 0, width, height);
resetShader();
}