summaryrefslogtreecommitdiffstats
path: root/src/imports/shaders/shadereffectsource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/shaders/shadereffectsource.h')
-rw-r--r--src/imports/shaders/shadereffectsource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imports/shaders/shadereffectsource.h b/src/imports/shaders/shadereffectsource.h
index 0f03a6a..af8a815 100644
--- a/src/imports/shaders/shadereffectsource.h
+++ b/src/imports/shaders/shadereffectsource.h
@@ -99,7 +99,7 @@ public:
void setWrapMode(WrapMode mode);
bool isActive() const { return m_refs; }
- void bind() const;
+ void bind();
void refFromEffectItem();
void derefFromEffectItem();
void updateBackbuffer();
@@ -124,6 +124,7 @@ Q_SIGNALS:
public Q_SLOTS:
void markSceneGraphDirty();
void markSourceSizeDirty();
+ void markSourceItemDirty();
private:
void updateSizeAndTexture();