|
|
@ -358,7 +358,7 @@ GLFWbool _glfwRefreshContextAttribs(_GLFWwindow* window, |
|
|
|
window->context.source = ctxconfig->source; |
|
|
|
window->context.source = ctxconfig->source; |
|
|
|
window->context.client = GLFW_OPENGL_API; |
|
|
|
window->context.client = GLFW_OPENGL_API; |
|
|
|
|
|
|
|
|
|
|
|
previous = _glfwPlatformGetTls(&_glfw.contextSlot);; |
|
|
|
previous = _glfwPlatformGetTls(&_glfw.contextSlot); |
|
|
|
glfwMakeContextCurrent((GLFWwindow*) window); |
|
|
|
glfwMakeContextCurrent((GLFWwindow*) window); |
|
|
|
|
|
|
|
|
|
|
|
window->context.GetIntegerv = (PFNGLGETINTEGERVPROC) |
|
|
|
window->context.GetIntegerv = (PFNGLGETINTEGERVPROC) |
|
|
|