Add love.graphics.getPixelEffect() (issue #372) -- thanks, slime73!

This commit is contained in:
vrld
2012-02-09 13:19:52 +01:00
parent 57dabc9f89
commit e02a2679c2
3 changed files with 21 additions and 0 deletions
@@ -49,6 +49,8 @@ namespace opengl
static void detach();
static std::string getGLSLVersion();
static bool isSupported();
static PixelEffect * current;
void sendFloat(const std::string& name, int size, const GLfloat* vec, int count);
void sendMatrix(const std::string& name, int size, const GLfloat* m, int count);