Skip to content

Commit

Permalink
Merge vk-gl-cts/opengl-cts-4.6.2 into vk-gl-cts/opengl-cts-4.6.3
Browse files Browse the repository at this point in the history
Change-Id: I263330b71f0028c2ec2df874f9abfa278187d5db
  • Loading branch information
piby committed Mar 24, 2023
2 parents 664f7fb + 3b2bcc7 commit bb53f56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion external/openglcts/modules/runner/glcTestRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ static void getTestRunsForSingleConfigGL(glu::ApiType type, vector<TestRunParams

static void getTestRunsForESForGL(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs)
{
DE_UNREF(type);
#include "glcKhronosMustpassAospForGl.hpp"

vector<Config>::const_iterator cfgIter = configs.configs.begin();
Expand All @@ -507,6 +506,9 @@ static void getTestRunsForESForGL(glu::ApiType type, vector<TestRunParams>& runs

for (int i = 0; i < numRunParams; ++i)
{
if (!glu::contextSupports(glu::ContextType(type), runParams[i].apiType))
continue;

const char* apiName = getApiName(runParams[i].apiType);

const int width = runParams[i].surfaceWidth;
Expand Down

0 comments on commit bb53f56

Please sign in to comment.