X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=test_util.h;h=cc7318ba3380f9ff6a634d100d7eea9b503757d0;hp=2430b8fbf3c0952ea41829866c500be04be33a14;hb=c8c1721179a81ac5384fab773e59be544b57128b;hpb=57acdb174fffed295ee2255146b03d9efbec1b5f diff --git a/test_util.h b/test_util.h index 2430b8f..cc7318b 100644 --- a/test_util.h +++ b/test_util.h @@ -20,6 +20,7 @@ private: EffectChain chain; GLuint fbo, texnum; unsigned width, height; + bool finalized; }; void expect_equal(const float *ref, const float *result, unsigned width, unsigned height, float largest_difference_limit = 1.5 / 255.0, float rms_limit = 0.2 / 255.0);