(glsym_gl.h) Update GLuint64EXT in glsym_gl.h too (BTW - where

is the README explaining how to generate files with glgen.py?)
This commit is contained in:
twinaphex 2014-02-12 18:29:03 +01:00
parent 70f9905625
commit 7a67e05a66

View File

@ -24,6 +24,7 @@ typedef GLint GLfixed;
#if defined(OSX) && !defined(MAC_OS_X_VERSION_10_7)
typedef long long int GLint64;
typedef unsigned long long int GLuint64;
typedef unsigned long long int GLuint64EXT;
typedef struct __GLsync *GLsync;
#endif
typedef void (APIENTRYP RGLSYMGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);