Partager via


GLX et WGL/Windows

Certaines fonctions WGL et Windows sont plus ou moins analogues aux fonctions GLX X Window. La liste ci-dessous présente les fonctions GLX et leurs fonctions WGL/Windows correspondantes, le cas échéant.

Fonction GLX/Xlib Fonction WGL/Windows
glXChooseVisual ChoosePixelFormat
glXCopyContext wglCopyContext
glXCreateContext wglCreateContext, wglShareLists
glXCreateGLXPixmap CreateDIBitmap / CreateDIBSection
glXDestroyContext wglDeleteContext
glXDestroyGLXPixmap DeleteObject
glXGetConfig DescribePixelFormat
glXGetCurrentContext wglGetCurrentContext
glXGetCurrentDrawable wglGetCurrentDC
glXGetProcAddress wglGetProcAddress
glXIsDirect Non applicable.
glXMakeCurrent wglMakeCurrent
glXQueryExtension GetVersion
glXQueryVersion GetVersion
glXSwapBuffers SwapBuffers
glXUseXFont wglUseFontBitmaps / wglUseFontOutlines
glXWaitGL Non applicable.
glXWaitX Non applicable.
XCreateWindow CreateWindow / CreateWindowEx et GetDC / BeginPaint
XGetVisualInfo GetPixelFormat
XSync GdiFlush
Non applicable. SetPixelFormat

 

Pour obtenir plus d’informations, consultez le guide du portage.