Increase GLES2 fbo comparison threshold to 0.03 am: 3f450ecc23 am: c509a7f078
[platform/upstream/VK-GL-CTS.git] / modules / gles2 / functional / es2fFboRenderTest.cpp
index f573947..c517d68 100644 (file)
@@ -625,7 +625,7 @@ TestCase::IterateResult FboRenderCase::iterate (void)
        }
 
        // Compare images
-       const float             threshold       = 0.02f;
+       const float             threshold       = 0.03f;
        bool                    imagesOk        = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
 
        if (!imagesOk && !failReason)