mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-12-11 21:40:49 +00:00
7 lines
415 B
Text
7 lines
415 B
Text
|
XVisualInfo *;qglX;ChooseVisual;Display *dpy, int screen, int *attribList
|
||
|
GLXContext;qglX;CreateContext;Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct
|
||
|
void;qglX;DestroyContext;Display *dpy, GLXContext ctx
|
||
|
Bool;qglX;MakeCurrent;Display *dpy, GLXDrawable drawable, GLXContext ctx
|
||
|
void;qglX;SwapBuffers;Display *dpy, GLXDrawable drawable
|
||
|
GLExtension_t;qglX;GetProcAddressARB;const GLubyte *procName
|