|
|
|
@ -257,10 +257,8 @@ MeshGLTest::MeshGLTest() { |
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
&MeshGLTest::setBaseVertex, |
|
|
|
&MeshGLTest::setBaseVertex, |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
#if !(defined(MAGNUM_TARGET_WEBGL) && defined(MAGNUM_TARGET_GLES2)) |
|
|
|
|
|
|
|
&MeshGLTest::setInstanceCount, |
|
|
|
&MeshGLTest::setInstanceCount, |
|
|
|
&MeshGLTest::setInstanceCountIndexed, |
|
|
|
&MeshGLTest::setInstanceCountIndexed, |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
&MeshGLTest::setInstanceCountBaseInstance, |
|
|
|
&MeshGLTest::setInstanceCountBaseInstance, |
|
|
|
&MeshGLTest::setInstanceCountBaseInstanceIndexed, |
|
|
|
&MeshGLTest::setInstanceCountBaseInstanceIndexed, |
|
|
|
|