GLX y WGL/Windows
Algunas de las funciones WGL y funciones de Windows son más o menos análogas a las funciones GLX de X Window. En la lista siguiente figuran las funciones GLX y las funciones WGL/Windows correspondientes, si están disponibles.
Función GLX/Xlib | Función 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 | No aplicable. |
glXMakeCurrent | wglMakeCurrent |
glXQueryExtension | GetVersion |
glXQueryVersion | GetVersion |
glXSwapBuffers | SwapBuffers |
glXUseXFont | wglUseFontBitmaps / wglUseFontOutlines |
glXWaitGL | No aplicable. |
glXWaitX | No aplicable. |
XCreateWindow | CreateWindow / CreateWindowEx y GetDC / BeginPaint |
XGetVisualInfo | GetPixelFormat |
XSync | GdiFlush |
No aplicable. | SetPixelFormat |
Para obtener más información, consulte la guía de migración.