mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(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:
parent
70f9905625
commit
7a67e05a66
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user