X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=init.cpp;h=195dccacc58ae05ee1d11bcb251a63cf08bf7d4e;hp=e0302d378a416421f97c8ceb158d52ad3f7d5d2d;hb=82c71bc88157a182d739b5c763dbbcfd4b8eeef8;hpb=49ef2523611e215b327cd26f7bf698d1516edd46 diff --git a/init.cpp b/init.cpp index e0302d3..195dcca 100644 --- a/init.cpp +++ b/init.cpp @@ -1,4 +1,7 @@ #include +#include +#include +#include #include #include "init.h" @@ -18,7 +21,7 @@ namespace { void measure_texel_subpixel_precision() { - static const unsigned width = 1024; + static const unsigned width = 4096; // Generate a destination texture to render to, and an FBO. GLuint dst_texnum, fbo;