mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Add pixel effects (love-glsl)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user