Initial commit of ImageFilter shader presets

Clone source can choose a filter
This commit is contained in:
Bruno Herbelin
2022-05-01 22:24:59 +02:00
parent 77dc563219
commit 80469ead18
32 changed files with 1385 additions and 202 deletions

View File

@@ -406,6 +406,8 @@ public:
void Render();
void setVisible(bool on);
void refresh(CloneSource *cs);
// from WorkspaceWindow
bool Visible() const override;
};