GLFWAPI GLXContext glfwGetGLXContext(GLFWwindow *handle)
struct __GLXcontext * GLXContext
GLFWAPI int glfwGetOSMesaColorBuffer(GLFWwindow *handle, int *width, int *height, int *format, void **buffer)
GLFWAPI OSMesaContext glfwGetOSMesaContext(GLFWwindow *handle)
GLFWAPI EGLContext glfwGetEGLContext(GLFWwindow *handle)
GLFWAPI HGLRC glfwGetWGLContext(GLFWwindow *handle)
GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow *handle)
GLFWAPI EGLDisplay glfwGetEGLDisplay(void)
GLFWAPI EGLSurface glfwGetEGLSurface(GLFWwindow *handle)
GLFWAPI int glfwGetOSMesaDepthBuffer(GLFWwindow *handle, int *width, int *height, int *bytesPerValue, void **buffer)