Fix uniform precision qualifier mismatch in GLES3 conditional tests.
authorMika Isojärvi <misojarvi@google.com>
Mon, 1 Feb 2016 23:19:54 +0000 (15:19 -0800)
committerMika Isojärvi <misojarvi@google.com>
Mon, 1 Feb 2016 23:19:54 +0000 (15:19 -0800)
Bug: 26908304
Change-Id: Ic77b7d49ca7e7602aca24a5245b8a55d3195a0fa

data/gles3/shaders/conditionals.test

index 4483bae..6c5db47 100644 (file)
@@ -299,6 +299,7 @@ group if "If Statements"
                }
                vertex ""
                        #version 300 es
+                       precision mediump float;
                        ${VERTEX_DECLARATIONS}
                        out mediump float FragVarying;  // Necessary to reproduce.
                        void main()