Sha256: d43127bfb47fd2e8b6ce1f62684c10d5fb908b4c9b68924486d62f3ebb20b899
Contents?: true
Size: 410 Bytes
Versions: 21
Compression:
Stored size: 410 Bytes
Contents
/* ------------------------------------------------------------------------ */ GLEWAPI GLenum GLEWAPIENTRY eglewInit (EGLDisplay display); GLEWAPI GLboolean GLEWAPIENTRY eglewIsSupported (const char *name); #define EGLEW_GET_VAR(x) (*(const GLboolean*)&x) #define EGLEW_GET_FUN(x) x GLEWAPI GLboolean GLEWAPIENTRY eglewGetExtension (const char *name); #ifdef __cplusplus } #endif #endif /* __eglew_h__ */
Version data entries
21 entries across 21 versions & 1 rubygems