mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-06 22:46:14 +00:00
Merge pull request #14312 from JoshuaVandaele/wglDestroyPbufferARB
WGL: Correctly load wglDestroyPbufferARB extension
This commit is contained in:
commit
16276928cc
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user