Browse Source

GL: ensure no errors are thrown when asking for Context strings.

'cuz I have a feelink like they do get thrown.
euler-xxx
Vladimír Vondruš 5 years ago
parent
commit
8028cbe633
  1. 3
      src/Magnum/GL/Test/ContextGLTest.cpp

3
src/Magnum/GL/Test/ContextGLTest.cpp

@ -198,6 +198,9 @@ void ContextGLTest::stringFlags() {
TestSuite::Compare::GreaterOrEqual);
}
}
/* There should be no errors caused by any of these */
MAGNUM_VERIFY_NO_GL_ERROR();
}
void ContextGLTest::constructConfiguration() {

Loading…
Cancel
Save