Symbian buildfix

This commit is contained in:
Henrik Rydgård 2015-09-06 16:03:19 +02:00
parent b502db61c8
commit d2866194fd

View file

@ -69,7 +69,6 @@ extern PFNGLGENVERTEXARRAYSOESPROC glGenVertexArraysOES;
extern PFNGLBINDVERTEXARRAYOESPROC glBindVertexArrayOES;
extern PFNGLDELETEVERTEXARRAYSOESPROC glDeleteVertexArraysOES;
extern PFNGLISVERTEXARRAYOESPROC glIsVertexArrayOES;
#endif
// Rename standard functions to the OES version.
#define glGenVertexArrays glGenVertexArraysOES
@ -77,6 +76,8 @@ extern PFNGLISVERTEXARRAYOESPROC glIsVertexArrayOES;
#define glDeleteVertexArrays glDeleteVertexArraysOES
#define glIsVertexArray glIsVertexArrayOES
#endif
#if !defined(BLACKBERRY)
#ifndef GL_READ_FRAMEBUFFER
#define GL_READ_FRAMEBUFFER GL_FRAMEBUFFER