aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/manual/glx-disp-var.hc
blob: c24a8396e0bad1778459b93919eab41205da96fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

void *(CALLBACK * disp__glXGetProcAddress) (const GLubyte *) = NULL;
void (CALLBACK *  disp__glXWaitGL)( ) = NULL;
void (CALLBACK *  disp__glXDestroyGLXPixmap)( Display *dpy, GLXPixmap pix ) = NULL;
Bool (CALLBACK *  disp__glXQueryExtension)( Display *dpy, int *errorBase, int *eventBase ) = NULL;
const char * (CALLBACK *  disp__glXGetClientString)( Display *dpy, int name ) = NULL;
GLXPixmap (CALLBACK * disp__glXCreateGLXPixmap)( Display *, XVisualInfo *, Pixmap) = NULL;
XVisualInfo* (CALLBACK * disp__glXChooseVisual) (Display *, int , int *) = NULL;
GLXContext (CALLBACK * disp__glXCreateContext) (Display *, XVisualInfo *, GLXContext, Bool) = NULL;
GLXContext (CALLBACK * disp__glXGetCurrentContext) () = NULL;
void (CALLBACK * disp__glXDestroyContext) (Display *, GLXContext) = NULL;
int (CALLBACK * disp__glXGetConfig) (Display *, XVisualInfo *, int, int *) = NULL;
Bool (CALLBACK * disp__glXMakeCurrent) (Display *, GLXDrawable, GLXContext) = NULL;
void (CALLBACK * disp__glXSwapBuffers) (Display *, GLXDrawable) = NULL;