mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-20 08:59:42 +01:00
hello world
This commit is contained in:
6
neo/sys/gllog/glX.api
Normal file
6
neo/sys/gllog/glX.api
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user