]> git.sesse.net Git - movit/blobdiff - test_util.h
In EffectChainTester, there is no point in making the FBO and texture persistent.
[movit] / test_util.h
index a37e8220c075c9d4ce698a87921b52f5f34a1aac..f786708e5a6172f527ff0dea36e542b14c700586 100644 (file)
@@ -33,8 +33,8 @@ private:
        void internal_run(T *out_data, GLenum internal_format, GLenum format, Colorspace color_space, GammaCurve gamma_curve, OutputAlphaFormat alpha_format = OUTPUT_ALPHA_FORMAT_POSTMULTIPLIED);
 
        EffectChain chain;
-       GLuint fbo, texnum;
        unsigned width, height;
+       GLenum framebuffer_format;
        bool output_added;
        bool finalized;
 };