X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=external%2Fopenglcts%2Fmodules%2Fgl%2Fgl4cTestPackages.cpp;h=d16c49a0458d92639e8532d8af6bae355097995c;hb=e230dd80eae04bc7c45503d7924a42693adf4ec0;hp=6fea394b34772ab45e05c485a1e82bb371e0c711;hpb=e75f634c627bea930c5f4f12f83f1208d37dd392;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/external/openglcts/modules/gl/gl4cTestPackages.cpp b/external/openglcts/modules/gl/gl4cTestPackages.cpp index 6fea394..d16c49a 100644 --- a/external/openglcts/modules/gl/gl4cTestPackages.cpp +++ b/external/openglcts/modules/gl/gl4cTestPackages.cpp @@ -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 (...) {