Browse Source

GL: properly execute the test on ES3 builds.

pull/374/head
Vladimír Vondruš 7 years ago
parent
commit
2c4103d426
  1. 2
      src/Magnum/GL/Test/AttributeTest.cpp

2
src/Magnum/GL/Test/AttributeTest.cpp

@ -104,7 +104,7 @@ AttributeTest::AttributeTest() {
&AttributeTest::debugComponentsMatrix4,
&AttributeTest::debugComponentsVector4,
&AttributeTest::debugDataTypeFloat,
#ifndef MAGNUM_TARGET_GLES
#ifndef MAGNUM_TARGET_GLES2
&AttributeTest::debugDataTypeInt,
#endif
#ifndef MAGNUM_TARGET_GLES

Loading…
Cancel
Save