missing WGL_ARB_extensions_string
christianrauch opened this issue · 0 comments
christianrauch commented
I am getting
Implementation unexpectedly missing WGL_ARB_extensions_string. Probably a libepoxy bug.
from https://github.com/anholt/libepoxy/blob/1.5.10/src/dispatch_wgl.c#L54-L60.
Apparently, wglGetProcAddress("wglGetExtensionsStringARB")
returns NULL. Any idea what might be wrong?