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