- GLXContentID
alias GLXContentID = uint
Undocumented in source.
- GLXContext
alias GLXContext = __GLXcontextRec*
Undocumented in source.
- GLXDrawable
alias GLXDrawable = uint
Undocumented in source.
- GLXFBConfig
alias GLXFBConfig = __GLXFBConfigRec*
Undocumented in source.
- GLXFBConfigID
alias GLXFBConfigID = uint
Undocumented in source.
- GLXPbuffer
alias GLXPbuffer = uint
Undocumented in source.
- GLXPixmap
alias GLXPixmap = uint
Undocumented in source.
- GLXWindow
alias GLXWindow = uint
Undocumented in source.
- da_glXChooseFBConfig
alias da_glXChooseFBConfig = GLXFBConfig* function(Display*, int, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXChooseVisual
alias da_glXChooseVisual = XVisualInfo* function(Display*, int, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXCopyContext
alias da_glXCopyContext = void function(Display*, GLXContext, GLXContext, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXCreateContext
alias da_glXCreateContext = GLXContext function(Display*, XVisualInfo*, GLXContext, Bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXCreateGLXPixmap
alias da_glXCreateGLXPixmap = GLXPixmap function(Display*, XVisualInfo*, Pixmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXCreateNewContext
alias da_glXCreateNewContext = GLXContext function(Display*, GLXFBConfig, int, GLXContext, Bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXCreatePbuffer
alias da_glXCreatePbuffer = GLXPbuffer function(Display*, GLXFBConfig, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXCreatePixmap
alias da_glXCreatePixmap = GLXPixmap function(Display*, GLXFBConfig, Pixmap, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXCreateWindow
alias da_glXCreateWindow = GLXWindow function(Display*, GLXFBConfig, Window, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXDestroyContext
alias da_glXDestroyContext = void function(Display*, GLXContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXDestroyGLXPixmap
alias da_glXDestroyGLXPixmap = void function(Display*, GLXPixmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXDestroyPbuffer
alias da_glXDestroyPbuffer = void function(Display*, GLXPbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXDestroyPixmap
alias da_glXDestroyPixmap = void function(Display*, GLXPixmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXDestroyWindow
alias da_glXDestroyWindow = void function(Display*, GLXWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetClientString
alias da_glXGetClientString = char* function(Display*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetConfig
alias da_glXGetConfig = int function(Display*, XVisualInfo*, int, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetCurrentContext
alias da_glXGetCurrentContext = GLXContext function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetCurrentDisplay
alias da_glXGetCurrentDisplay = Display* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetCurrentDrawable
alias da_glXGetCurrentDrawable = GLXDrawable function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetCurrentReadDrawable
alias da_glXGetCurrentReadDrawable = GLXDrawable function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetFBConfigAttrib
alias da_glXGetFBConfigAttrib = int function(Display*, GLXFBConfig, int, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetFBConfigs
alias da_glXGetFBConfigs = GLXFBConfig* function(Display*, int, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetProcAddress
alias da_glXGetProcAddress = void* function(CCPTR)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetSelectedEvent
alias da_glXGetSelectedEvent = void function(Display*, GLXDrawable, uint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXGetVisualFromFBConfig
alias da_glXGetVisualFromFBConfig = XVisualInfo* function(Display*, GLXFBConfig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXIsDirect
alias da_glXIsDirect = Bool function(Display*, GLXContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXMakeContextCurrent
alias da_glXMakeContextCurrent = Bool function(Display*, GLXDrawable, GLXDrawable, GLXContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXMakeCurrent
alias da_glXMakeCurrent = Bool function(Display*, GLXDrawable, GLXContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXQueryContext
alias da_glXQueryContext = int function(Display*, GLXContext, int, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXQueryDrawable
alias da_glXQueryDrawable = void function(Display*, GLXDrawable, int, uint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXQueryExtension
alias da_glXQueryExtension = Bool function(Display*, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXQueryExtensionsString
alias da_glXQueryExtensionsString = char* function(Display*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXQueryServerString
alias da_glXQueryServerString = char* function(Display*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXQueryVersion
alias da_glXQueryVersion = Bool function(Display*, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXSelectEvent
alias da_glXSelectEvent = void function(Display*, GLXDrawable, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXSwapBuffers
alias da_glXSwapBuffers = void function(Display*, GLXDrawable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXUseXFont
alias da_glXUseXFont = void function(Font, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXWaitGL
alias da_glXWaitGL = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glXWaitX
alias da_glXWaitX = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.