Improved naming
This commit is contained in:
parent
f1bb6592bb
commit
c1568bb735
@ -439,7 +439,7 @@ int main( int argc, char **argv )
|
|||||||
|
|
||||||
for(;numContextIterations<maxNumContextIterations; ++numContextIterations)
|
for(;numContextIterations<maxNumContextIterations; ++numContextIterations)
|
||||||
{
|
{
|
||||||
printf("iteration %i\n",numContextIterations);
|
printf("GraphicsContext %i\n",numContextIterations);
|
||||||
for(ContextTests::iterator itr = contextTests.begin();
|
for(ContextTests::iterator itr = contextTests.begin();
|
||||||
itr != contextTests.end();
|
itr != contextTests.end();
|
||||||
++itr)
|
++itr)
|
||||||
@ -467,6 +467,7 @@ int main( int argc, char **argv )
|
|||||||
}
|
}
|
||||||
|
|
||||||
context->releaseContext();
|
context->releaseContext();
|
||||||
|
|
||||||
printf("\n\n"); fflush(stdout);
|
printf("\n\n"); fflush(stdout);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user