Glx.GetCurrentDrawable
- XVisualInfo* ChooseVisual(Display* dpy, int screen, int* attribList)
- GLXContext CreateContext(Display* dpy, XVisualInfo* vis, GLXContext shareList, Bool direct)
- void DestroyContext(Display* dpy, GLXContext ctx)
- Bool MakeCurrent(Display* dpy, GLXDrawable drawable, GLXContext ctx)
- void CopyContext(Display* dpy, GLXContext src, GLXContext dst, c_ulong mask)
- void SwapBuffers(Display* dpy, GLXDrawable drawable)
- GLXPixmap CreateGLXPixmap(Display* dpy, XVisualInfo* visual, Pixmap pixmap)
- void DestroyGLXPixmap(Display* dpy, GLXPixmap pixmap)
- Bool QueryExtension(Display* dpy, int* errorb, int* event)
- Bool QueryVersion(Display* dpy, int* maj, int* min)
- Bool IsDirect(Display* dpy, GLXContext ctx)
- int GetConfig(Display* dpy, XVisualInfo* visual, int attrib, int* value)
- GLXContext GetCurrentContext()
- GLXDrawable GetCurrentDrawable()
- void WaitGL()
- void WaitX()
- void UseXFont(Font font, int first, int count, int list)
gfx bindings opengl glx Glx
constructorsfunctions
Commands for GLX_VERSION_1_0