Add CTS_ARB_shader_draw_parameters tests implementation
[platform/upstream/VK-GL-CTS.git] / external / openglcts / modules / gl / gl4cTestPackages.cpp
index 6fea394..d16c49a 100644 (file)
@@ -47,6 +47,7 @@
 #include "gl4cShaderAtomicCounterOpsTests.hpp"
 #include "gl4cShaderAtomicCountersTests.hpp"
 #include "gl4cShaderBallotTests.hpp"
+#include "gl4cShaderDrawParametersTests.hpp"
 #include "gl4cShaderGroupVoteTests.hpp"
 #include "gl4cShaderImageLoadStoreTests.hpp"
 #include "gl4cShaderImageSizeTests.hpp"
@@ -356,6 +357,7 @@ void GL45TestPackage::init(void)
                addChild(new gl4cts::TextureFilterMinmax(getContext()));
                addChild(new gl4cts::ShaderAtomicCounterOps(getContext()));
                addChild(new gl4cts::ShaderGroupVote(getContext()));
+               addChild(new gl4cts::ShaderDrawParametersTests(getContext()));
        }
        catch (...)
        {