Lower vector constructor test shader version
authorMikko Tiusanen <mikko.tiusanen@siru.fi>
Mon, 10 May 2021 07:32:09 +0000 (10:32 +0300)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 26 May 2021 12:02:50 +0000 (12:02 +0000)
Changed shaders in GLSL vector constructor tests
to require version tag matching the OpenGL 3.0
specification.

Affects:

KHR-GL30.shaders30.glsl_constructors.*

Components: OpenGL

VK-GL-CTS issue: 2892

Change-Id: I2fdff3de489bfa20115270e542104d06aeb65b0f

external/openglcts/modules/gl/gl3cTestPackages.cpp

index edf7bc0..a3c91ff 100644 (file)
@@ -130,7 +130,7 @@ public:
        void init(void)
        {
                addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl30/declarations.test"));
-               addChild(new deqp::GLSLVectorConstructorTests(m_context, glu::GLSL_VERSION_330));
+               addChild(new deqp::GLSLVectorConstructorTests(m_context, glu::GLSL_VERSION_130));
        }
 };