File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
runtime/os_interface/windows/gl Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ GLboolean GLSharingFunctions::initGLFunctions() {
4343 pfnWglCreateContext = (*glLibrary)[" wglCreateContext" ];
4444 pfnWglDeleteContext = (*glLibrary)[" wglDeleteContext" ];
4545 pfnWglShareLists = (*glLibrary)[" wglShareLists" ];
46+ wglMakeCurrent = (*glLibrary)[" wglMakeCurrent" ];
4647
4748 GLSetSharedOCLContextState = wglLibrary[" wglSetSharedOCLContextStateINTEL" ];
4849 GLAcquireSharedBuffer = wglLibrary[" wglAcquireSharedBufferINTEL" ];
@@ -55,7 +56,6 @@ GLboolean GLSharingFunctions::initGLFunctions() {
5556 GLReleaseSync = wglLibrary[" wglReleaseSyncINTEL" ];
5657 GLGetSynciv = wglLibrary[" wglGetSyncivINTEL" ];
5758 glGetStringi = wglLibrary[" glGetStringi" ];
58- wglMakeCurrent = wglLibrary[" wglMakeCurrent" ];
5959 }
6060 this ->pfnGlArbSyncObjectCleanup = cleanupArbSyncObject;
6161 this ->pfnGlArbSyncObjectSetup = setupArbSyncObject;
You can’t perform that action at this time.
0 commit comments