added longer alias

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@325 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-12-30 03:11:33 +00:00
parent ab497ff197
commit 15fd29673a

View File

@ -19,6 +19,7 @@ GLEWAPI GLboolean glewContextIsSupported (GLEWContext* ctx, const char* name);
#define glewInit() glewContextInit(glewGetContext())
#define glewIsSupported(x) glewContextIsSupported(glewGetContext(), x)
#define glewIsExtensionSupported(x) glewIsSupported(x)
#ifdef _WIN32
# define GLEW_GET_VAR(x) glewGetContext()->x
@ -32,6 +33,7 @@ GLEWAPI GLboolean glewContextIsSupported (GLEWContext* ctx, const char* name);
GLEWAPI GLenum glewInit ();
GLEWAPI GLboolean glewIsSupported (const char* name);
#define glewIsExtensionSupported(x) glewIsSupported(x)
#define GLEW_GET_VAR(x) x
#define GLEW_GET_FUN(x) x