X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=demo.cpp;h=e72007b02502da66a5b44b9e416fcdaeaf95475e;hp=5bcfa4335a2670f1784878246bdc7f8460dd81c2;hb=ff9e68a3f5abb179bd7bf9fb84df48327f148583;hpb=3a1e190a989a29edffdfa79bad7994149fc5d27c diff --git a/demo.cpp b/demo.cpp index 5bcfa43..e72007b 100644 --- a/demo.cpp +++ b/demo.cpp @@ -178,6 +178,7 @@ int main(int argc, char **argv) //sandbox_effect->set_float("parm", 42.0f); //chain.add_effect(new MirrorEffect()); chain.add_output(inout_format); + chain.set_dither_bits(8); chain.finalize(); // generate a PBO to hold the data we read back with glReadPixels()