Source imageProcessingEnabled on/off with storage of previous state and

saving in mix file.
This commit is contained in:
brunoherbelin
2020-07-30 08:45:01 +02:00
parent fd0979887a
commit dbdcaab6b2
5 changed files with 39 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ class ImageProcessingShader : public Shader
public:
ImageProcessingShader();
// virtual ~ImageProcessingShader() {}
ImageProcessingShader(const ImageProcessingShader &model);
void use() override;
void reset() override;