mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
committed by
Camilla Löwy
parent
9c513346ad
commit
bb13275b72
@@ -37,7 +37,7 @@
|
||||
#define OSMESA_CONTEXT_MINOR_VERSION 0x37
|
||||
|
||||
typedef void* OSMesaContext;
|
||||
typedef void (*OSMESAproc)();
|
||||
typedef void (*OSMESAproc)(void);
|
||||
|
||||
typedef OSMesaContext (GLAPIENTRY * PFN_OSMesaCreateContextExt)(GLenum,GLint,GLint,GLint,OSMesaContext);
|
||||
typedef OSMesaContext (GLAPIENTRY * PFN_OSMesaCreateContextAttribs)(const int*,OSMesaContext);
|
||||
|
||||
Reference in New Issue
Block a user