X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=test_util.h;h=407824d5441ddc34e4770ff54cf95e09eda28a00;hp=67e975da50644d483d13a2f08a7bd5970fdb611a;hb=624796b894b3fa04a08b70f4e69ab0fc322da19c;hpb=85526f893719c3267cbfe653cf0095fc1288f49d diff --git a/test_util.h b/test_util.h index 67e975d..407824d 100644 --- a/test_util.h +++ b/test_util.h @@ -8,7 +8,8 @@ public: EffectChainTester(const float *data, unsigned width, unsigned height, MovitPixelFormat pixel_format = FORMAT_GRAYSCALE, Colorspace color_space = COLORSPACE_sRGB, - GammaCurve gamma_curve = GAMMA_LINEAR); + GammaCurve gamma_curve = GAMMA_LINEAR, + GLenum framebuffer_format = GL_RGBA16F_ARB); ~EffectChainTester(); EffectChain *get_chain() { return &chain; }