mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-12 21:03:17 -04:00
WGL: Correctly load wglDestroyPbufferARB extension
This commit is contained in:
@@ -143,7 +143,7 @@ static void LoadWGLExtensions()
|
||||
wglReleasePbufferDCARB =
|
||||
reinterpret_cast<PFNWGLRELEASEPBUFFERDCARBPROC>(wglGetProcAddress("wglReleasePbufferDCARB"));
|
||||
wglDestroyPbufferARB =
|
||||
reinterpret_cast<PFNWGLDESTROYPBUFFERARBPROC>(wglGetProcAddress("wglGetPbufferDCARB"));
|
||||
reinterpret_cast<PFNWGLDESTROYPBUFFERARBPROC>(wglGetProcAddress("wglDestroyPbufferARB"));
|
||||
}
|
||||
|
||||
static void ClearWGLExtensionPointers()
|
||||
|
||||
Reference in New Issue
Block a user