]> git.sesse.net Git - movit/blobdiff - dither_effect.h
Make the dither effect cheat a small bit and use a repeating dither texture no greate...
[movit] / dither_effect.h
index d0f2423c26831c1705475f49052db0eeb7d496d0..943220aed55ad3dc524e4404b06ef2838f917831 100644 (file)
@@ -59,6 +59,7 @@ private:
 
        int width, height, num_bits;
        int last_width, last_height, last_num_bits;
+       int texture_width, texture_height;
 
        GLuint texnum;
        bool need_texture_update;