Browse Source

GL: fix a warning in test code in GLES2 builds.

pull/638/head
Vladimír Vondruš 2 years ago
parent
commit
7780d68fd1
  1. 2
      src/Magnum/GL/Test/BufferGLTest.cpp

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

@ -79,6 +79,7 @@ struct BufferGLTest: OpenGLTester {
void invalidate();
};
#ifndef MAGNUM_TARGET_GLES2
const struct {
const char* name;
bool bindRange;
@ -99,6 +100,7 @@ const struct {
{"bind bases", true},
};
#endif
#endif
BufferGLTest::BufferGLTest() {
addTests({&BufferGLTest::construct,

Loading…
Cancel
Save