hello world

This commit is contained in:
Timothee 'TTimo' Besset
2011-11-22 15:28:15 -06:00
commit fb1609f554
2155 changed files with 1017022 additions and 0 deletions

6
neo/sys/gllog/glX.api Normal file
View 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