Add pixel effects (love-glsl)

This commit is contained in:
vrld
2011-07-24 14:03:46 +02:00
parent 9c11bfa236
commit 24a52f056b
11 changed files with 7724 additions and 6125 deletions
+3
View File
@@ -147,6 +147,9 @@ namespace opengl
void drawv(const Matrix & t, const vertex * v) const;
friend class PixelEffect;
GLuint getTextureName() const { return texture; }
}; // Image
} // opengl