dolphin/Source/Core/Common/GL/GLInterface
Pokechu22 b8f4a4ae44 GLInterface: Remove unneeded wglShareLists call
When RenderDoc is attached, wglShareLists fails for some reason (see baldurk/renderdoc#2361).  wglCreateContextAttribsARB has a parameter for the share context, so there's no reason to use a separate wglShareLists call.

Co-authored-by: baldurk <baldurk@baldurk.org>
2021-09-14 10:55:33 -07:00
..
AGL.h AGL: Silence OpenGL deprecation warnings 2021-07-06 14:31:01 -04:00
AGL.mm AGL: Move more UI API calls to the main thread 2021-07-06 14:30:15 -04:00
BGL.cpp
BGL.h
EGL.cpp
EGL.h
EGLAndroid.cpp
EGLAndroid.h
EGLX11.cpp
EGLX11.h
GLX.cpp
GLX.h
WGL.cpp GLInterface: Remove unneeded wglShareLists call 2021-09-14 10:55:33 -07:00
WGL.h