Add OpenGL 4.6 configuration
authorPiers Daniell <pdaniell@nvidia.com>
Mon, 27 Nov 2017 19:26:19 +0000 (12:26 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 1 Dec 2017 13:30:57 +0000 (08:30 -0500)
The CTS-Configs.gl46 entry was missing from the configs.qpa
file and results in validation failure.

Affects:

cts-runner --type=gl46

Components: OpenGL

VK-GL-CTS issue: 866

Change-Id: I16745a7ce36040f8ef60cfbb1e4ffac250b289ee

external/openglcts/modules/common/glcConfigPackage.cpp

index 2db2519..f442035 100644 (file)
@@ -99,6 +99,7 @@ void ConfigPackage::init(void)
        addChild(new ConfigListCase(m_testCtx, "gl43", "OpenGL 4.3 Configurations", glu::ApiType::core(4, 3)));
        addChild(new ConfigListCase(m_testCtx, "gl44", "OpenGL 4.4 Configurations", glu::ApiType::core(4, 4)));
        addChild(new ConfigListCase(m_testCtx, "gl45", "OpenGL 4.5 Configurations", glu::ApiType::core(4, 5)));
+       addChild(new ConfigListCase(m_testCtx, "gl46", "OpenGL 4.6 Configurations", glu::ApiType::core(4, 6)));
 }
 
 } // glcts