mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Symbian buildfix
This commit is contained in:
parent
b502db61c8
commit
d2866194fd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue