X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=test_util.h;h=69efe358b10d60b0e0556751b7d1d6ea313cee1f;hb=d47ac1e362683896033f43ecd9aeb2f2330b5678;hp=1f9e47fa207725bb944f59ffdd3406ab174d7fe0;hpb=88003f99c7ef12ed895e504d41c6d528c3fda78d;p=movit diff --git a/test_util.h b/test_util.h index 1f9e47f..69efe35 100644 --- a/test_util.h +++ b/test_util.h @@ -15,7 +15,8 @@ public: MovitPixelFormat pixel_format = FORMAT_GRAYSCALE, Colorspace color_space = COLORSPACE_sRGB, GammaCurve gamma_curve = GAMMA_LINEAR, - GLenum framebuffer_format = GL_RGBA16F_ARB); + GLenum framebuffer_format = GL_RGBA16F_ARB, + GLenum intermediate_format = GL_RGBA16F_ARB); ~EffectChainTester(); EffectChain *get_chain() { return &chain; }