mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-12-02 17:22:32 +00:00
6 lines
415 B
Text
6 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
|