testing disabling image processing for performance

This commit is contained in:
brunoherbelin
2020-07-30 00:49:38 +02:00
parent 6bcacdaa4e
commit 2c87aab671
3 changed files with 4 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ public:
bool contains (Node *node) const;
// a Source has a shader to control image processing effects
// inline ImageShader *processingShader () const { return rendershader_; }
inline ImageProcessingShader *processingShader () const { return rendershader_; }
// a Source has a shader to control mixing effects
@@ -137,6 +138,7 @@ protected:
FrameBufferSurface *rendersurface_;
// rendershader performs image processing
// ImageShader *rendershader_;
ImageProcessingShader *rendershader_;
// blendingshader provides mixing controls