mirror of
https://github.com/nigels-com/glew.git
synced 2025-02-16 21:58:00 +00:00
Fixup: glxewContextInit now needed for glewinfo purposes.
This commit is contained in:
parent
fda28dbfb0
commit
d932bc3eca
@ -14,6 +14,9 @@ GLEWAPI GLboolean GLEWAPIENTRY glxewContextIsSupported (const GLXEWContext *ctx,
|
|||||||
|
|
||||||
#else /* GLEW_MX */
|
#else /* GLEW_MX */
|
||||||
|
|
||||||
|
GLEWAPI GLenum GLEWAPIENTRY glxewContextInit ();
|
||||||
|
GLEWAPI GLboolean GLEWAPIENTRY glxewContextIsSupported (const char *name);
|
||||||
|
|
||||||
#define GLXEW_GET_VAR(x) (*(const GLboolean*)&x)
|
#define GLXEW_GET_VAR(x) (*(const GLboolean*)&x)
|
||||||
#define GLXEW_GET_FUN(x) x
|
#define GLXEW_GET_FUN(x) x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user