Cleanup blending update

This commit is contained in:
brunoherbelin
2021-02-21 22:02:04 +01:00
parent a612395ca3
commit 8019f4ea25
13 changed files with 66 additions and 73 deletions

View File

@@ -27,6 +27,14 @@ public:
float stipple;
};
class DivideAlphaShader : public ImageShader
{
public:
DivideAlphaShader();
};
class MaskShader : public Shader
{