[GLExtensions] Pull in all the function pointers for OpenGL 1.1, This removes the need for a couple compile time differences between GL and GLES3 mode.

This commit is contained in:
Ryan Houdek
2014-01-01 20:06:11 -06:00
committed by degasus
parent f308b878b2
commit 97dc20d1be
5 changed files with 2030 additions and 102 deletions

View File

@ -767,7 +767,7 @@ typedef double GLclampd; /* double precision float in [0,1] */
#define GL_ALL_CLIENT_ATTRIB_BITS 0xFFFFFFFF
#define GL_CLIENT_ALL_ATTRIB_BITS 0xFFFFFFFF
#ifdef GL_GLEXT_PROTOTYPES
/*
* Miscellaneous
@ -1470,6 +1470,7 @@ GLAPI void GLAPIENTRY glPushName( GLuint name );
GLAPI void GLAPIENTRY glPopName( void );
#endif
/*