- FglXChooseFBConfig
alias FglXChooseFBConfig = GLXFBConfig* function(Display* dpy, int screen, const int* attribList, int* nitems)
Undocumented in source.
- FglXChooseVisual
alias FglXChooseVisual = XVisualInfo* function(Display* dpy, int ds, int* attribs)
Undocumented in source.
- FglXCreateContext
alias FglXCreateContext = GLXContext function(Display* dpy, XVisualInfo* vis, GLXContext shareList, bool direct)
Undocumented in source.
- FglXCreateNewContext
alias FglXCreateNewContext = GLXContext function(Display* dpy, GLXFBConfig config, int renderType, GLXContext shareList, bool direct)
Undocumented in source.
- FglXDestroyContext
alias FglXDestroyContext = void function(Display* dpy, GLXContext ctx)
Undocumented in source.
- FglXGetFBConfigAttrib
alias FglXGetFBConfigAttrib = int function(Display* dpy, GLXFBConfig config, int attribute, int* value)
Undocumented in source.
- FglXGetVisualFromFBConfig
alias FglXGetVisualFromFBConfig = XVisualInfo* function(Display* dpy, GLXFBConfig config)
Undocumented in source.
- FglXIsDirect
alias FglXIsDirect = bool function(Display* dpy, GLXContext context)
Undocumented in source.
- FglXMakeCurrent
alias FglXMakeCurrent = bool function(Display* dpy, GLXDrawable drawable, GLXContext ctx)
Undocumented in source.
- FglXQueryExtensionsString
alias FglXQueryExtensionsString = const(char*) function(Display* dpy, int screen)
Undocumented in source.
- FglXQueryVersion
alias FglXQueryVersion = bool function(Display* dpy, int* maj, int* min)
Undocumented in source.
- FglXSwapBuffers
alias FglXSwapBuffers = void function(Display* dpy, GLXDrawable drawable)
Undocumented in source.
- FglXWaitX
alias FglXWaitX = void function()
Undocumented in source.
- GLXContext
alias GLXContext = __GLXcontextRec*
Undocumented in source.
- GLXDrawable
alias GLXDrawable = ulong
Undocumented in source.
- GLXFBConfig
alias GLXFBConfig = __GLXFBConfigRec*
Undocumented in source.
- GLXLibrary
alias GLXLibrary = SharedLib
Undocumented in source.