Fix PIPELINE_STAGE_TOP_OF_PIPE_BIT usage in api tests
[platform/upstream/VK-GL-CTS.git] / modules / gles31 / functional / es31fCopyImageTests.cpp
index 4d215c2..c117fd2 100644 (file)
@@ -1843,7 +1843,7 @@ private:
                        , results                       (log)
                        , srcImage                      (NULL)
                        , dstImage                      (NULL)
-                       , textureRenderer       (renderContext, log, glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP)
+                       , textureRenderer       (renderContext, log, glu::getContextTypeGLSLVersion(renderContext.getType()), glu::PRECISION_HIGHP)
                {
                }