]> git.sesse.net Git - movit/blobdiff - dither_effect.h
Add a shared ResourcePool to share resources between EffectChains.
[movit] / dither_effect.h
index 314390752cebde884f87f8d54db798f33f310cae..a6c3c9cc856e895b8b662f753d1dba37e2697637 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _DITHER_EFFECT_H
-#define _DITHER_EFFECT_H 1
+#ifndef _MOVIT_DITHER_EFFECT_H
+#define _MOVIT_DITHER_EFFECT_H 1
 
 // Implements simple rectangular-PDF dither.
 //
@@ -75,7 +75,6 @@ private:
        int texture_width, texture_height;
 
        GLuint texnum;
-       bool need_texture_update;
 };
 
-#endif // !defined(_DITHER_EFFECT_H)
+#endif // !defined(_MOVIT_DITHER_EFFECT_H)