Any non-GLES platform will need these defined.

This commit is contained in:
2016-03-25 22:16:58 -04:00
parent b12d729144
commit 3f02994b18
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ typedef struct _texlist
static int nbTex = 0;
static texlist *list = NULL;
#ifdef _WIN32
#if !defined(__ANDROID__) && !defined(ANDROID)
extern PFNGLDELETERENDERBUFFERSEXTPROC glDeleteRenderbuffersEXT;
extern PFNGLDELETEFRAMEBUFFERSEXTPROC glDeleteFramebuffersEXT;
extern PFNGLCOMPRESSEDTEXIMAGE2DARBPROC glCompressedTexImage2DARB;