mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'.
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
static void bindDefaultCanvas();
|
||||
|
||||
private:
|
||||
friend class ShaderEffect;
|
||||
friend class Shader;
|
||||
GLuint getTextureName() const
|
||||
{
|
||||
return img;
|
||||
|
||||
Reference in New Issue
Block a user