Use glTexSubImage2D when possible, as suggested by https://www.khronos.org/opengl...
[dcpomatic.git] / src / wx / gl_video_view.h
index 827b12861c5d47ccb5caadadc668fdbb5b5222b2..2f3c8c2a1c40ccb715f1aa296d5f177ce5ed5d29 100644 (file)
@@ -66,6 +66,7 @@ private:
 
        GLuint _id;
        boost::optional<dcp::Size> _size;
+       bool _have_storage;
        bool _vsync_enabled;
        boost::thread* _thread;