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
@@ -42,6 +42,7 @@
#include "SpriteBatch.h"
#include "ParticleSystem.h"
#include "Framebuffer.h"
#include "PixelEffect.h"
namespace love
{
@@ -288,6 +289,8 @@ namespace opengl
Framebuffer * newFramebuffer(int width, int height);
PixelEffect * newPixelEffect(const std::string& code);
/**
* Sets the foreground color.
* @param c The new foreground color.