mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Unused =operator: copy function instead
This commit is contained in:
@@ -16,8 +16,7 @@ public:
|
||||
void reset() override;
|
||||
void accept(Visitor& v) override;
|
||||
|
||||
void operator = (const ImageProcessingShader &S);
|
||||
void copy(const ImageProcessingShader &S);
|
||||
void copy(ImageProcessingShader const& S);
|
||||
|
||||
// color effects
|
||||
float brightness; // [-1 1]
|
||||
|
||||
Reference in New Issue
Block a user